I have the following problem. I am using the Vue framework. The content of my tooltips is dynamic and its dimensions change. The Tooltip, unfortunately, does not recalculate its position after its content changes.
Hover over the text to show the tooltip and then click on the button to add more lines. Tooltip stays at the same position but it shouldn't. Only after the tooltip is displayed again, its position changes.
Hi, tippy.js is a great plugin!
I have the following problem. I am using the Vue framework. The content of my tooltips is dynamic and its dimensions change. The Tooltip, unfortunately, does not recalculate its position after its content changes.
To visualize my problem, I created the following fiddle: https://jsfiddle.net/bmptz4sy/15/
Hover over the text to show the tooltip and then click on the button to add more lines. Tooltip stays at the same position but it shouldn't. Only after the tooltip is displayed again, its position changes.