-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beforeShown() method => check if Tippy can be show or not ? #23
Comments
Can you give an example of what this would be used for? |
Actually, There is no way to cancel tooltips appearances if needed. For exemple : un my VueJS SPA, tippy tooltips are used to help users by showing shorts messages. If I disabled tooltips helps in my configuration panel, i can't cancel tooltips appearances. That's why i search how can i cancel tippy appearances in a method. Thanls |
Can you check this comment and see if that will be appropriate for you? Basically you can control whether to show the tooltip or not if you define a |
In v0.4.0, there's a new |
I made a workaround into my code. So you can close this issue |
@ALPIXELMaiki could you please share your workaround ? |
Hi !
It would be great if there were a way to check if, into the beforeShown() method (or another one ?), the tippy tooltip can be shown or not ?
Exemple :
Regards, 👍
The text was updated successfully, but these errors were encountered: