-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutocompleteArrayInput disableCloseOnSelect prop not respected #7792
Comments
Thanks for the report. Bug spotted! |
The reason is because |
Indeed, the mui documentation should at least stipulate that the two props cannot coexist. An issue has been opened. |
Adds an additional tip that may save some future headaches, source: marmelab#7792
Adds an additional tip that may save some future headaches, source: #7792
Adds an additional tip that may save some future headaches, source: marmelab#7792
What you were expecting:
AutocompleteArrayInput
should not close after selection whendisableCloseOnSelect
istrue
.What happened instead:
It closes after each selection.
Steps to reproduce:
Related code:
Codesandbox (Categories field on create post form)
Other information:
Environment
The text was updated successfully, but these errors were encountered: