Tooltip Directive: Programatically control tooltips individually and as a group to show/hide #6943
Labels
Resolution: Needs Upvote 👍
Support this idea or feature by adding an upvote. Community feedback helps with prioritization.
Describe the bug
A few issues:
Sadly it seems above issues are side effects from a workaround we have had to do to show/hide the tooltips. Using
mouseenter
/mouseleave
events triggered on the related form field components.The reason this is needed is because when form elements trigger validation issues, we show a tooltip on the error fields, and they have to display once the validation is triggered.
If you can suggest a better way to do this, please let me know.
Or if you can point me to your developer guidelines on how to extend your components, I will happily look into this and create a PR to submit. I have tried to look into the sourcecode but without documentation on how you do your dev, its taking a long time to figure out.
Reproducer
n/a
PrimeVue version
latest
Vue version
4.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: