Select component typeahead doesn't work when dropdown open? #5143
Closed
vincerubinetti
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Looks like we don't supply a collator to the default keyboard delegate here, thus making the typeahead results always null since we early return here if there isn't a collator. We should probably have a default collator setup in RAC ListBox like we have in RSP ListBox, ordinarily the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to work when closed, but I'd expect it to work when open or closed, like a native select.
Related discussion on a different library: tailwindlabs/headlessui#1957
Beta Was this translation helpful? Give feedback.
All reactions