reactjs / react-autocomplete

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

Fixed #307: ignore blur on touch start. #308

Closed mattraykowski closed 6 years ago

mattraykowski commented 6 years ago

Added onTouchStart event to the menu to allow the menu item click events to occur when on mobile/touch devices.

vladluca commented 6 years ago

A merge and a new release will be very helpfull :)

paulpop21 commented 6 years ago

Same here :)

rssteffey commented 6 years ago

Ditto on this one. Good fix!

CMTegner commented 6 years ago

Released in 1.8.1. Thanks!