floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Nuxt 3.5.1 "floating-vue": "^2.0.0-beta.24" I have a table with 200+ rows.. each row has 10 popover-tooltip elements = 2000 tooltips (with dynamic content) Everything works smooth, until I leave route/page....
Steps to reproduce: 1. Set triggers to ['hover'] 2. Hover over submenu 3. Hover over menu item On the video menu hides automatically, I don't click anywhere. https://user-images.githubusercontent.com/47790197/205085809-9fc460f5-9f94-4a42-8db0-2dd7ce7d7ffe.mp4
Hi 👋 The classes for the hiding transition are wrong in the table in https://floating-vue.starpad.dev/guide/css#advanced-transitions, so I changed them accordingly. Also, I realized that if you follow the docs and...
# Problem * When a page contains a large number of DOM nodes, toggling floating elements becomes very slow. This happens because `floating-vue` is adding/removing classes directly on `body`, which...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Hello, Would someone have an idea on how to properly test floating-vue implementation using jest/vue-test-utils ? I was using v-tooltip and testing the tooltip content text with the following assertion...
I'm migrating from Vue2 to Vue3. I changed the package name `v-tooltip` => `floating-vue` and I just use `v-tooltip` directive so i just register the directive like: ```js import {...
https://github.com/Akryum/floating-vue/assets/53712362/db83e145-02b9-42c2-bcbf-4a26417fd7f3 "floating-vue": "^1.0.0-beta.19". I'm using Dropdown component. The bug appears when i'm using placement=right start or left start.
As stated in the docs the arrowOverflow is useful for hiding the arrow. however it appears that when using it on the Component, it has no affect on the arrow....