tooltip
tooltip copied to clipboard
Cannot close tooltip when user clicks away if visible prop is passed in
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.
I need this feature too