slmgc/react-hint

get _ref on hover in my component

vcebotari opened this issue · 4 comments

hello, can you tell me if it's possible to get hovered element ?
i want to replace some data in custom tooltip from 'target' data attributes

and another question, how to hide tooltip even i hover it self?

slmgc commented

Hi! I'm working on a new release which should be ready by the end of this week.

The new 2.0 release will support additional options like delay time before showing a tooltip, hide a tooltip on hover, disable hover events to trigger a tooltip programmatically, custom tooltips, multiple tooltips with different settings, etc.

As for your former question: can you post a link to a fiddle with an example of what you are trying to achieve? I might be able to help you, just need to understand the use-case.

hi! thanks, will wait for the new one.

slmgc commented

v2 was released, let me know if you have any issues with it