mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
69085e5b16
commit
d46c5b852a
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@
|
||||||
change(1);
|
change(1);
|
||||||
} else if (key === 'ArrowUp') {
|
} else if (key === 'ArrowUp') {
|
||||||
change(-1);
|
change(-1);
|
||||||
|
} else if (key === 'Escape') {
|
||||||
|
open = false;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
on:focus
|
on:focus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue