KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
726 stars 87 forks source link

Vue Tippy Next: Passing class to prop "to" in tippy component only targets first element with class #235

Closed Ghost295 closed 2 years ago

Ghost295 commented 2 years ago

I am using the vue-tippy@next. I'm trying to target multiple elements with to display the same component as a tippy. It seems that it is currently only targeting the first element that was created using the given class in the "to" prop in the tippy component.

Is this a bug? Will vue-tippy accept arrays of elements like in the documentation of tippy that uses document.querySelectorAll('.btn') as an example?

Otherwise, thank you for this amazing wrapper.

KABBOUCHI commented 2 years ago

unfortunately, I couldn't find a solution to maintain reactivity (or doc events) on multiple targets

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.