Set focus to Dropdown elements #4606
-
Hey , Is it possible to set focus to the dropdown elements through which the user can navigate the list using arrow up/down key. Similar issue is often occurred in electronjs website (which uses instantsearch) where users are unable to navigate through the list (after searching) using up/down arrow keys. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @aryanshridhar If you're already using InstantSearch for such UI, it'd be helpful to know how you have implemented it (like a little bit of your code snippet). It really depends on what you're building. Let me know what your case is :) |
Beta Was this translation helpful? Give feedback.
Hello @aryanshridhar
Do you mean a dropdown like this?
If you're already using InstantSearch for such UI, it'd be helpful to know how you have implemented it (like a little bit of your code snippet).
If you are starting to implement something new, then autocomplete can be a good fit for you. You can also mix it with InstantSearch, too.
It really depends on what you're building. Let me know what your case is :)