[Autocomplete] does not work in the newest Chrome #7017
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
Problem description
Autocomplete presented here: http://www.material-ui.com/#/components/auto-complete
Does not work properly - it does not provide items from datasource.
in first example start typing "aa" - nothing happens, however if you click outside and then you will continue typing it starts to work (when you loose and then gain focus on that field)
But this happens only when autocomplete input is empty.
If autocomplete input contains some input then it works, until you clear input and loose focus - then it stops working
Link to minimal working code that reproduces the issue
http://www.material-ui.com/#/components/auto-complete
Versions
If you think you have found a new issue that hasn't already been reported or fixed in HEAD, please complete the template above.
The text was updated successfully, but these errors were encountered: