mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(toolbar-search): forward keyup, keydown, paste events to Search
(#1490)
This commit is contained in:
parent
370ca28639
commit
bd8741e45b
4 changed files with 13 additions and 1 deletions
|
@ -111,4 +111,7 @@
|
|||
on:blur="{() => {
|
||||
expanded = !persistent && !!value.length;
|
||||
}}"
|
||||
on:keyup
|
||||
on:keydown
|
||||
on:paste
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue