gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
220 stars 37 forks source link

eventDelay on mobile #69

Closed nealhen closed 4 years ago

nealhen commented 4 years ago

When a hover event is converted to click on mobile I expect the floater to disappear after eventDelay time value has elapsed, instead the floater remains until the user click on the trigger again. Is this a possible new feature? Or is there another way of achieving this?

gilbarbara commented 4 years ago

Hey,

eventDelay only works with hover. You can control the floater with the open prop.