You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a Combobox that does not have a search input field causes up/down arrow keyboard navigation to not work.
Following the example here https://www.shadcn-svelte.com/docs/components/combobox
Remove the Command.Input and Command.Empty lines and you'll find that you cannot use the keyboard to select an item from the dropdown.
Describe the bug
Creating a Combobox that does not have a search input field causes up/down arrow keyboard navigation to not work.
Following the example here https://www.shadcn-svelte.com/docs/components/combobox
Remove the Command.Input and Command.Empty lines and you'll find that you cannot use the keyboard to select an item from the dropdown.
Reproduction
https://stackblitz.com/edit/github-rc6ort?file=src%2Froutes%2F%2Bpage.svelte
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: