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
Combobox in Headless UI has great default keyboard interactions (arrow keys, Enter, Escape), but there's no easy way to customize how other keys (like Tab) behave. In some cases, users expect to use keyboards with different interactions.
Request
Could we add a way to customize key bindings for Combobox, for example, handling the Tab key to move between options? It would be great if we could define custom behavior for keys. I'm also thinking that add a prop called changeActiveIndex may solve this situation as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Combobox
in Headless UI has great default keyboard interactions (arrow keys, Enter, Escape), but there's no easy way to customize how other keys (like Tab) behave. In some cases, users expect to use keyboards with different interactions.Request
Could we add a way to customize key bindings for Combobox, for example, handling the
Tab
key to move between options? It would be great if we could define custom behavior for keys. I'm also thinking that add a prop calledchangeActiveIndex
may solve this situation as well.Beta Was this translation helpful? Give feedback.
All reactions