Replies: 2 comments
-
IMO this should be the default behaviour of a combobox, or at least have the selected value highlighted so typing will clear it. There are very few cases where a user, when typing in the |
Beta Was this translation helpful? Give feedback.
-
OK, I've put together a sandbox which I think achieves the desired behaviour. I think the solution is to render the children of the Combobox in a separate component and pass the https://codesandbox.io/s/react-tailwind-headless-ui-forked-8fr569?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been trying to follow this autocomplete pattern below where display value is set as empty when the options are opened. The benefit is user can start typing right away.
I've tried these solution but didn't work
or
CodeSandbox
Any idea on how to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions