floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

💬 Easy tooltips, popovers, dropdown, menus... for Vue

Results 205 floating-vue issues
Sort by recently updated
recently updated
newest added

Hello, I need to add a global show/hide event handler for all dropdowns. Is it possible to do this?

I am using v-tooltip inside the new html-native element. But the tooltip is hidden behind the backdrop. Is there anything that can be done about this? Mutating z-index does not...

I cannot find related things about "data-original-title" in the docs. I think the tooltips should be compatible with use of `title` together, right?

updates the casing in the examples so they work with `1.0.0-beta.19`

This is a small update to add a missing configuration item to the docs

After some searching, I found that v-tooltip is able to be dismissed when `autoHide: true` (reference: https://github.com/Akryum/floating-vue/issues/159) I also found that when tab-navigating to links or non-semantic HTML elements that...

here is the reproduction : https://stackblitz.com/edit/vitejs-vite-vrljbw?file=src%2Fmain.js,src%2FApp.vue&terminal=dev As you can see using containerRef and pass it to the boundary isn't taken into account. If i'm wrapping the input with the dropdown...

Sadly it still seems broken on IOS and ipadOS devices. Using @click or @mousedown both don't work with ios. The popper closes before it triggers the @click or the @mousedown....

Is there any way to configure v-tooltip to change direction to top/bottom if default left/right overflows on both sides? Expected fallback order: 1. Position on right 2. If right overflows...

This just started showing up in the latest Nuxt 3.9, probably due to the Vue version bump but I'm not sure. Getting a lot of Hydration attribute mismatch because the...