-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[Autocomplete] Provide prop to disable option equal to value warning #36275
[Autocomplete] Provide prop to disable option equal to value warning #36275
Conversation
Netlify deploy previewhttps://deploy-preview-36275--material-ui.netlify.app/ Bundle size report |
689e351
to
57d0a02
Compare
@michaldudak I update the branch to resolve conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concern with having this prop is that developers may misuse it where it is expected to fix the code based on the warning.
cc @michaldudak
Is there any chance of resurrecting this MR? I find myself in a similar situation to many of the comments on #29727. @ZeeshanTamboli could you explain a scenario you're thinking of, I might just be missing something, but I see valid cases for disabling this warning. |
See #29727 (comment) |
I will close this as we have decided to remove the warning #29727 (comment) |
PR contains:
disableOptionEqualToValueWarning
which is false by default