mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
revert open
on tab
press
This commit is contained in:
parent
98a4be9631
commit
c421bea06e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@
|
||||||
open = false;
|
open = false;
|
||||||
}
|
}
|
||||||
} else if (key === 'Tab') {
|
} else if (key === 'Tab') {
|
||||||
|
open = false;
|
||||||
ref.blur();
|
ref.blur();
|
||||||
} else if (key === 'ArrowDown') {
|
} else if (key === 'ArrowDown') {
|
||||||
if (!open) open = true;
|
if (!open) open = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue