react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

How to set data-event nothing?

Open seiyab opened this issue 4 years ago • 4 comments

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.

seiyab avatar Apr 01 '20 01:04 seiyab

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 .

seiyab avatar Apr 01 '20 01:04 seiyab

+1 need to find a solution

ReptoxX avatar Apr 06 '20 14:04 ReptoxX

+1 need to find a solution

gleandroj avatar Apr 06 '20 15:04 gleandroj

+1 need some way to disable data-event

Arshad561 avatar Feb 10 '22 10:02 Arshad561