mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
parent
001d62c001
commit
c2a2f0150e
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@
|
|||
}
|
||||
} else if (key === 'Tab') {
|
||||
open = false;
|
||||
inputRef.blur();
|
||||
} else if (key === 'ArrowDown') {
|
||||
change(1);
|
||||
} else if (key === 'ArrowUp') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue