-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] Doesn't selects option on click #3566
Comments
Experiencing the same issue, any progress on this? |
Same behavior for me in 0.15.0-alpha.1. |
Invoking @callemall/material-ui, as this is the third or fourth issue lately requiring timers in strange places to solve race events, and it feels like we need a consistent solution. Ideas anyone? |
@w01fgang I'm not sure to understand. I don't see any difference when using |
@oliviertassinari Yes, Here's gif. |
Oh, I get it! I was using my mac touch pad. That explain why I haven't noticed it. |
Yes, it's work if you use Macbook with touchpad, tap works well.
So, there is no sense to use |
That should be fixed by #3669. |
Problem Description
Click with mouse doesn't select option in dropdown menu, the menu closes before filling the field.
I use touchpad on Mackbook, so the tap works well, but the click doesn't.
On documentation site, in v0.15.0-alpha.1, the problem exists.
Possible solution
In auto-complete.js I was found the problem in
handleBlur
function:Versions
The text was updated successfully, but these errors were encountered: