How to achieve on arrow button click navigating on the options behaviour #7988
Raja-Techie-45
started this conversation in
General
Replies: 1 comment
-
I'm a bit confused about what part is custom, and what part you'd like to use existing hooks/components for, but I recommend referencing the documentation for Autocomplete, Combobox, and useComboBox to see if one of those has what you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've developed a new searchable component with my manual input component on its search i'm opening a popover and i'm rendering a listbox inside it, now my question is in combobox while input is in focused we are able to do navigate between the options with up and down arrows and can select them with enter click, now i would like to achieve the same behavior in my component too? How can i do this? what reference can i take?
Beta Was this translation helpful? Give feedback.
All reactions