Skip to content

keyboard event does not work with list of async links in useComboBox #4015

Answered by devongovett
binaryartifex asked this question in Q&A
Discussion options

You must be logged in to vote

With a combo box, keyboard focus stays on the input element you're typing into so that's why keyboard events don't reach the actual items. You might have to do a manual navigation in JS (eg via window.location) in the onSelectionChange event.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by binaryartifex
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants