You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a tooltip to show/hide based on some boolean condition instead of on hover.
I see the docs say to pass trigger: 'manual' to programatically show/hide a tooltip, but I can't figure out how to actually show/hide it after passing that config.
The text was updated successfully, but these errors were encountered:
I also couldn't find this in the docs, so I looked for similar issues. I was able to make this work by using a ref and calling the show and hide methods. I then expose the methods to the parent component
I'm trying to get a tooltip to show/hide based on some boolean condition instead of on hover.
I see the docs say to pass
trigger: 'manual'
to programatically show/hide a tooltip, but I can't figure out how to actually show/hide it after passing that config.The text was updated successfully, but these errors were encountered: