mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Forward keyup and keydown events on ToolbarSearch
This commit is contained in:
parent
370ca28639
commit
558a5ad3ce
1 changed files with 2 additions and 0 deletions
|
@ -111,4 +111,6 @@
|
||||||
on:blur="{() => {
|
on:blur="{() => {
|
||||||
expanded = !persistent && !!value.length;
|
expanded = !persistent && !!value.length;
|
||||||
}}"
|
}}"
|
||||||
|
on:keyup
|
||||||
|
on:keydown
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue