Closed
Description
Hi.
I want to suggest a new property for <Popup />
which is disabled
. I've run into an issue where I have a tooltip displayed when the mouse is hovering over a button, and when I click on the button I change the opacity of the button to 0
. But unfortunately the tooltip will still show up, which is the expected behavior.
That's why I want to suggest the new prop: disabled
.
When disabled
is set as a prop for <Popup />
, then the tooltip will be removed if it's already displayed, and it won't show up when hovering over a disabled <Popup />
.
I hope this gets implemented, and I could probably help out if there's interest.
Thanks!