Dropdown with search capabilites #771
-
Hey everyone, I was wondering if anyone encountered this use case before. Have a dropdown with an I managed to do it (sort of), but I'm not 100% happy with the behavior. When the input is clicked, the dropdown opens and the focus is taken away from the input box. When the input box is clicked so the user can type, the dropdown closes. Also, after the user presses the Does anyone know of a way to keep the dropdown open while the input is in focus? Code: https://codesandbox.io/s/modern-bash-knnz6t?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I was expecting that the current select component could work with search. How did you achieve that? |
Beta Was this translation helpful? Give feedback.
@marcosfreitas you can use Autocomplete component for that