[Autocomplete] onChange still fires when disabled when multiple is true #18915
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
values are still clearable when autocomplete is disabled
Current Behavior 😯
when the Autocomplete is disabled, if multiple is true, the values can still be cleared. however if multiple is false they can't.
Expected Behavior 🤔
that values would not be clearable when Autocomplete is disabled
Steps to Reproduce 🕹
https://codesandbox.io/s/material-demo-j1xvb
Steps:
Context 🔦
trying to show a readonly version of a form
Your Environment 🌎
The text was updated successfully, but these errors were encountered: