Replies: 2 comments 2 replies
-
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.
-
Hey @Felttrip ! Thanks for the suggestion. Sorry it took a bit of time to get back to you—we're still discussing the desired behavior in the team. Some background: We've kept Combobox at its most straightforward implementation so far. The detailed interaction and list behavior can be so specific to the use case in each product feature that the thought was that it's better to let teams control how the states and filtering work. But! We've received a lot of feedback about Combobox over the years (like #982), and especially since it's one of our most used components, we're planning on making some improvements to both the component and documentation this year. Something that could help us out with prioritizing this: When you say, "This has caused users to be confused...", can you provide some more detail? Is this customers or folks internally? Thanks! |
Beta Was this translation helpful? Give feedback.
-
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