floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Hello @Akryum! 👋 This PR fixes the issue that I've hit when using the Web Component as the popover content. Steps to reproduce: 1. Open --> `popper node` is added...
Types are not well provided and provided a lot of Vue types correlated, not just plain type for each component. On usage of VTooltip in a reusable tooltip component (which...
Hi, great library thank you :) I was just wondering if there was a recommended way of capturing clicks outside the popover when it's open. For example here I am...
I have this simple tooltip call ```js Click me test ``` No content is rendered , only theses comments :  **It works with the directive !** ```js Click me...
First of all, thanks for your work on this library. In a production app, we have an error which keeps coming back a few times a month. Error type is...
**Cannot read properties of undefined (reading 'parentNode')** any ideas what might be causing that?
Hey there! First of all, great library! Currently we are using vanilla floating ui in one of our production apps. We want to include this vue wrapper, cause it reduces...
Hello there, As the documentation says, we can set a set of options during installation. However is there any workaround to change the option at any time? (example cases: the...
Hi, I'm using the v-tooltip directive with asynchronous content in a loop. However, when I reorder the content, the tooltip does not update correctly and retains the content of the...