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
I'm using 'react-dates' library and on my iphone5 handler onOutsideClick is not fired properly.
It's fired when I click on the button, but not if I click on an empty space background.
I've added 'touchstart' event for my component and now it's fine.
Can we extend current event listener with touchstart?