-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
The scenario is pretty common, in case a user tries to select multiple items in a dropdown list using a mouse.
Based on the official demo:
https://codesandbox.io/s/material-demo-2c4ph
Using a mouse:
- expand dropdown
- select an item (still ok)
- without moving a mouse click on another item (crashes)
Works if the mouse pointer is moved, and the item is selected before clicking on it.
Metadata
Metadata
Assignees
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.