mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(multi-select): ListBoxField should not prevent default keyboard behavior (#1101)
Fixes #938
This commit is contained in:
parent
3baa105d63
commit
73b105660c
2 changed files with 6 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
on:keydown|preventDefault|stopPropagation
|
||||
on:keydown|stopPropagation
|
||||
on:focus
|
||||
on:blur
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue