Skip to content

Feature request: disabled property #49

Closed
@raRaRa

Description

@raRaRa

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions