You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I focus a suggestion, the autocomplete label remain as is. It's should update as the focused option and trigger onChange (see google.com for example).
You should create separate event for loading new suggestion only while typing.
Right now the events are confusing and make a lot of bugs.
Ie. when update searchText on onNewRequest it's get ignored because there is a menu.close(); timer that reset it with the chosen suggestion.
Steps to reproduce
Try it out on the docs.
Versions
Material-UI: 0.15.2
React: unrelated
Browser: unrelated
The text was updated successfully, but these errors were encountered:
oliviertassinari
changed the title
Autocomplete should update input when focusing suggestion
[Autocomplete] Should update input when focusing suggestion
Sep 18, 2016
Problem description
When I focus a suggestion, the autocomplete label remain as is. It's should update as the focused option and trigger
onChange
(see google.com for example).You should create separate event for loading new suggestion only while typing.
Right now the events are confusing and make a lot of bugs.
Ie. when update
searchText
ononNewRequest
it's get ignored because there is amenu.close();
timer that reset it with the chosen suggestion.Steps to reproduce
Try it out on the docs.
Versions
The text was updated successfully, but these errors were encountered: