tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

Cannot close tooltip when user clicks away if visible prop is passed in

Open hyperh opened this issue 5 years ago • 1 comments

I want to have a tooltip where I control the visible state. However, if I pass in a visible prop to the tooltip, I lose the ability to close the tooltip when the user clicks away from it (like how it behaves using trigger=["click"].

I tried using an onBlur prop for the overlay but it doesn't work.

hyperh avatar Jun 11 '19 16:06 hyperh

I need this feature too

arisrais avatar Nov 04 '21 14:11 arisrais