How to configure globally the showDelay option of v-tooltip? #318
Unanswered
matheus-sunderhus
asked this question in
PrimeVue
Replies: 2 comments 1 reply
-
Hi, It's on our roadmap that global configuration on directives. Thanks for your consideration. |
Beta Was this translation helpful? Give feedback.
1 reply
-
hey @tugcekucukoglu is this functionality still in the roadmap? thank you for your hard work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm facing a problem to solve this specific case, how to globally configure to all tooltips had a default showDelay of 300, to avoid passing this on each v-tooltip directive in my code.
I'm currently have this in each component that uses a tooltip:
I'm want to achieve something like this
// main.js file
createApp(App,{
pt:{
directives:{
tooltip:{}// configure tooltip to have a default showDelay
}
}
}
I don't know if this is possible, or I'm just using the wrong path for it. Anyways, If someone knows how to configure globally the showDelay of tooltip will be awesome!
Beta Was this translation helpful? Give feedback.
All reactions