react-tooltip
react-tooltip copied to clipboard
How to set data-event nothing?
trafficstars
How to set data-event nothing?
I want a tooltip that is shown at initial view, and disappears when data-event-off is fired.
So I tried to use ReactTooltip.show to show, and make no event show the tooltip.
I want to know a way to disable data-event, or other implementation to achieve the purpose.
I've already tried data-event={ null } and data-event="".
Tooltips were triggered by default event because they were considered as data-event is not set .
+1 need to find a solution
+1 need to find a solution
+1 need some way to disable data-event