-
-
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] Fix autoSelect logic #19384
Conversation
@oliviertassinari @eps1lon Please take a look on this comment |
Details of bundle changes.Comparing: 0ad3b6d...50f2d08
|
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.
Could you add new tests to make sure we don't introduce these bugs in the future? Thanks.
packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js
Outdated
Show resolved
Hide resolved
@oliviertassinari Thank you very much for help! It was a pleasure to contribute to material-ui |
@SerhiiBilyk Sweet, I have thought a bit more at the autoSelect default value. It's not that obvious. My concern is that a blur could be is a too weak signal. |
@SerhiiBilyk Thank you for working on it! |
Closes #19270