tippyjs
tippyjs copied to clipboard
use a common HTML popover element across multiple tooltips
Problem
hi.. is there a way to use a common HTML popover element across multiple tooltips
Solution
essentially we have a dropdown menu ( with form elements & events attached to them) which need to be called inside different widgets as of now the template creates a clone /copy of the same.. whereas i would just like the common dropdown to be positioned like a tooltip rather than create multiple tippy instances
I want to know the same.