-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: regressionA bug, but worse, it used to behave as expected.A bug, but worse, it used to behave as expected.
Description
Steps to reproduce
Link to live example: https://mui.com/material-ui/react-autocomplete/#combo-box
Steps:
- Click on pop-up indicator to open the list of items.
- Click on pop-up indicator again to close it.
- Notice the pop-up not getting closed.
Current behavior
Current behavior: List of items does not gets closed on clicking pop-up indicator.
Expected behavior
Expected behavior: List of items item should get closed on clicking pop-up indicator.
Context
The goal is to get the menu items closed when clicking on pop-up indicator button. This was working until the previous version. I am on version 6.1.4 and have noticed that the pop-up indicator has stopped working when closing menu items. The issue also exists on MUI's website as well. Feel free to tag me for additional information.
https://mui.com/material-ui/react-autocomplete/
Your environment
Browser: Chrome (v126.0.6478.185)
Search keywords: autocomplete pop-up
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: regressionA bug, but worse, it used to behave as expected.A bug, but worse, it used to behave as expected.
Projects
Status
Done