floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Hello. I don't know if this a bug ? I want to use a custom theme inside a vuetify button (tooltips for vuertify does not work as well as flating-vue)...
https://www.youtube.com/watch?v=hbzBKVjM3QY For some reasons, method $_removeEventListeners doesn't call on $_applyHide. The result is window.addEventListener('scroll') is loaded up with a ton of 'scroll' handlers (at 01:01 in the video above). Setting...
I can't find a way to Stop Propagation on click event properly. I've used a Hack by adding `:shown.sync="isShown" :triggers="[]"` props on `v-dropdown` wrapped inside a div with `@click.event="isShown =...
In the installation section for browser should be included/mentioned the required dependecies ( version is important since floating-ui dom and core are breaking changes updated ) Here the unpkg links...
I noticed that whenever a popover element is within a conditional v-if parent element, it will only work until the first redraw - something in the lifecycle is potentially broken...
Hi, I am new to Nuxt and want to use v-tooltip. I tried adding my new theme but failed with error and later I just tried simple config but it...
In [the documentation](https://floating-vue.starpad.dev/guide/installation.html#node) is written: ```md Install the plugin into Vue: [...] Or use the directives and components directly: ``` I want to use the latter since I don't need...
For some reasons, when triggering the popover in manual mode it does work for a while but then it stops working. Removing the `popper-options` does fix that. https://user-images.githubusercontent.com/10697451/161283403-ea9e544c-06eb-427c-9b25-378237a5656c.mp4 Reproducible link:...
When a tooltip is added to a fixed positioned element, its position always gets readjusted while scrolling, causing stuttering and delayed movement. Is there an option to set the tooltip...
Is it possible to append a tooltip programmatically to a DOM element?