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
When focused on a select trigger, typing "a" on the keyboard should select the first element in the list that starts with "a", instead the first key click opens the popover and the next click focuses the appropriate item and subsequent clicks work appropriately.
to reproduce
focus native select element
type s "Svelte Orange 1" is selected
type s again "Svelte Orange 2" is selected
tab to focus bits-ui select element
type s popover is opened
type s again "Svelte Orange 1" is selected
type s again "Svelte Orange 2" is selected
Hi! @next is closer to native, but still not 100%. when there are multiple options hitting the leading character again does not cycle through the options. for example US States 'T' goes to "TX" instead of "TN" as the native select does, then hitting 'T' does not cycle through 'TN' and TX'.
Let me know if a repro would help, in theory the old demo still still demonstrates the issue but its still pointing @latest.
Describe the bug
When focused on a select trigger, typing "a" on the keyboard should select the first element in the list that starts with "a", instead the first key click opens the popover and the next click focuses the appropriate item and subsequent clicks work appropriately.
to reproduce
focus native select element
type
s
"Svelte Orange 1" is selectedtype
s
again "Svelte Orange 2" is selectedtab to focus bits-ui select element
type
s
popover is openedtype
s
again "Svelte Orange 1" is selectedtype
s
again "Svelte Orange 2" is selectedReproduction
https://stackblitz.com/edit/github-qqrtjo?file=src%2Froutes%2F%2Bpage.svelte
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: