-
Notifications
You must be signed in to change notification settings - Fork 90
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
Need enabled
prop for dynamically enable/disable tippy
#274
Comments
lukas-pierce
changed the title
Need
Need Dec 28, 2022
enabled
prop for dynamically enable disable tippyenabled
prop for dynamically enable/disable tippy
u can use <button v-tippy="{ content: 'Some content', onShow: () => true }">
Hover me
</button> |
@KABBOUCHI also vote for "enabled" prop, it's just more explicit and obvious |
+1 |
+1 for enabled prop. |
+1 |
1 similar comment
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heed simple
enabled
boolean prop:Now for this approach I need use composition API with
useTippy()
, It looks bulky:The text was updated successfully, but these errors were encountered: