react-select-plus icon indicating copy to clipboard operation
react-select-plus copied to clipboard

Cannot select menu items on mobile

Open kelvin-tran opened this issue 7 years ago • 0 comments

There seems to be a bug preventing menu items from being selected on mobile only. Selecting (ie, clicking) the menu item does not result in the onChange method being called.

Seems to be a duplicate of this react-select issue: https://github.com/JedWatson/react-select/issues/1036 (importing components from react-select and not react-select-plus seems to fix it, but then we lose support for option groups).

kelvin-tran avatar Mar 02 '18 18:03 kelvin-tran