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
There is a ux issue that happens when selecting an option from the Combobox dropdown list. Once an option has been selected, if the dropdown is opened again, only the selected option is visible in the dropdown. This forces users to manually clear the inputValue in order to view all other options in the dropdown.
Expected behavior:
Ideally, after selecting an option from the Combobox, users should be able to reopen the dropdown and see all the
available options, not just the one they selected. For reference check Melt-ui's Combobox it keeps all dropdown options visible after a selection has been made
Describe the bug
There is a ux issue that happens when selecting an option from the Combobox dropdown list. Once an option has been selected, if the dropdown is opened again, only the selected option is visible in the dropdown. This forces users to manually clear the inputValue in order to view all other options in the dropdown.
Expected behavior:
Ideally, after selecting an option from the Combobox, users should be able to reopen the dropdown and see all the
available options, not just the one they selected. For reference check Melt-ui's Combobox it keeps all dropdown options visible after a selection has been made
Reproduction
https://www.bits-ui.com/docs/components/combobox
Logs
No response
System Info
Severity
Annoyance
The text was updated successfully, but these errors were encountered: