reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Clicking on menu items in mobile does not work. #307

Closed mattraykowski closed 6 years ago

mattraykowski commented 6 years ago

The menu blur occurs before the the click event can be processed. This is worked around on desktop by using onMouseEnter and onMouseLeave. In mobile these events do not occur, only touch events occur.

vladluca commented 6 years ago

Same issue here, onSelect is not working on mobile.