react-selectize
react-selectize copied to clipboard
Safari mobile : onMouseOver is dispatched on Tap, instead of onClick
After typing some text in the input, I have to double tap on the option to dispatch the onMouseDown event on the dropdown options. First tap trigger the mouseOver, second tap trigger the click. It happens on the demo too http://furqanzafar.github.io/react-selectize/#/?category=simple, but only in safari mobile.
I thinks this behavior comes from that safari don't trigger click when the DOM change on a mouseOver.
Can you fix it ? Or maybe give the access to mouseOver event in dropdown ?