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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script (#3309) 3f8cc5a0 Updated...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

When I type text in a pop-up window, it automatically closes when the mouse is over the input method. How do I fix this ![QQ20220728-235248-HD (1)](https://user-images.githubusercontent.com/13888962/181587890-85d344ec-8b8c-44dc-8af2-86e73c14c08c.gif) ?

Hello, When trying to use it in a Laravel Nova field and building with npm I have the following issue - _BrowserslistError: Unknown browser query `dead`_ This is related to...

We are having an issue with unnecessary re-rendering for every user input on our tiptap rich-text-editor. The typing is super laggy and unresponsive when there are many tooltips on the...

I would like to know the recommended approach for having the popover automatically update its position when the target element position is changed. I saw that popper.js has a method...

Is it possible to disable tooltip auto focusing? I can't find anything regarding this in the documentation - maybe there is some custom event handling i don't understand. Im using...

Hello! I would like to close a nested VDropdown inside another VDropdown. I tried with the `v-close-popper` directive on the `div` node and it works. However, I would like to...

Hi, In the process of implementing the auto-suggestions component, we encountered a problem. In manual mode (`triggers: [], :shown="boolean"`), `input` loses focus. https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/components/PopperContent.vue#L26 This is due to setting `tabindex=0`: https://user-images.githubusercontent.com/33551334/175253476-8b525dca-47a5-4564-b87d-0dd37463d38f.mp4...