Replies: 1 comment
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
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
-
The current behaviour of Autocomplete combo boxes is that when an item is selected and the combo box is reopened the list only shows the item that is selected due to the recommendation for how to filter down the list of options.
https://paste.twilio.design/components/combobox#autocomplete-combobox
This has caused users to be confused as the where the rest of their options are because they don't realize they need to delete the input to show the rest of the options.
Were currently working around this by using
onIsOpenChange
set the list back to the original set of items like soit would be nice if the default behaviour of the combobox using autocomplete was to reset the list back to what it was pre autocomplete filtering.
Beta Was this translation helpful? Give feedback.
All reactions