Selected Item in Combobox is removed from the list #1939
Comments
|
Set |
|
It appears that the last specification has changed such that the default is to always show all items in the list. https://material.io/components/menus#exposed-dropdown-menu |
|
I think it would be a good idea to change the default to show the selected item. It could be added as a "breaking" change in the 4.0.0 release. Anecdotally I have already had to make this change is our application, because our users were often confused by not seeing the selected item in the dropdown list. |
|
@jizc I agree, I think changing the default as part of 4.0.0 makes sense. |
|
Hi @Keboo, I see that |
|
Hi @guptaanmol184 yes if you would like to work on this that would be great. Given that simply changing the default would just be a visually breaking change, I would likely just document it as such and put it in the next release. |


While this behavior might be useful for single selection comboboxes, it is an unexpected behavior, when you template the combobox items to achieve a multiselection behavior. Is it possible to disable the behavior that the selected item is removed from the available items list?
The text was updated successfully, but these errors were encountered: