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
If you click and hold a listitem and mouseleave(or mouseout) that listitem. And release the mouse outside of that listitem (or the whole search menu).
Then pressing arrow keys wont change focus.
The text was updated successfully, but these errors were encountered:
I was able to reproduce the issue on http://react-autosuggest.js.org/. That's where not implementing our own autocomplete component is great, you found that issue, it can be fixed a beneficial for much more users that just the one using Material-UI at the autosuggest level. I'm closing :).
A very small bug i noticed in https://material-ui-1dab0.firebaseapp.com/component-demos/autocomplete
If you click and hold a listitem and
mouseleave
(ormouseout
) that listitem. And release the mouse outside of that listitem (or the whole search menu).Then pressing arrow keys wont change focus.
The text was updated successfully, but these errors were encountered: