-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.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.
Milestone
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Steps to reproduce πΉ
Link to live example:
https://mui.com/material-ui/react-autocomplete/
Steps:
- Scroll to first
Autocompleteexample - right click item
Current behavior π―
Right clicking the component renders the "opened" state of the list.
Expected behavior π€
Right click doesn't trigger an "onclick" event which opens the list.
Context π¦
Right clicking is a native browser and OS system, which we shouldn't typically be listening to, especially on a search component.
Your environment π
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.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.
Projects
Status
Done