Skip to content

[FEAT REQ] setClose or close method #1036

@sovetski

Description

@sovetski

Is your feature request related to a problem? Please describe.
I know that there is an option to make the tooltip "hidden", but it does not help in my case, once we set "hidden" to "true", it does not appear anymore. In some situation, we need to manage the hide/show manually, for example I am using this package: https://github.com/JedWatson/react-select and I need to manage it on my side, if not Tooltip will not work.

Describe the solution you'd like
What will be perfect, is to get a method like "close()" to be able to close the tooltip which will show again if we hover on the parent element. I saw that there is already a function named "handleShow", maybe you can just "export" it?

Describe alternatives you've considered

Additional context
If you make "handleShow" public, it should be fine, if not, adding "close()" and "show()" will be very useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestV6It might get fixed/merged before, but most likely only on V6's release.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions