-
-
Notifications
You must be signed in to change notification settings - Fork 535
Description
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.