floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Hi, I'm testing the `v-tooltip@vue3` `v4.0.0-alpha.1` following the migration guide [here](https://github.com/Akryum/v-tooltip/discussions/603) ``` Awiwi I'm a popover X ``` I don't know if I'm applying the `v-close-popper` directive correctly, but doesn't...
Hello dear developers! I find a very disturbing issue. I got a div with max-height: 500px. In this div i render ul with overflow-y: scroll with max-height: 250px and a...
I am using the v4 vue-3 version: 4.0.0-alpha.1 How are we supposed to have full-width content when the wrapper has width: max-content? If i dont overwrite that property, then i...
Appreciate all the hard work on this project, but it would be nice to have more explicit/verbose documentation on the use of the various v-popover props. As it stands, I...
Hello, **FAILS:** v-popovers do not clear or open as expected. It takes multiple clicks to achieve correct state, and it's sometimes two popovers appear at once. [https://codesandbox.io/s/vue-js-popover-forked-bb608?file=/src/components/Flyout.vue](https://codesandbox.io/s/vue-js-popover-forked-bb608?file=/src/components/Flyout.vue) **WORKS:** [https://codesandbox.io/s/vue-js-popover-forked-wtu0p?file=/src/components/Flyout.vue](https://codesandbox.io/s/vue-js-popover-forked-wtu0p?file=/src/components/Flyout.vue) Here,...
I have the following config: ```js import VueTooltip from 'v-tooltip' Vue.use(VueTooltip, { defaultPlacement: 'bottom', defaultClass: '', defaultTemplate: ` `, defaultArrowSelector: '.Tooltip-arrow', defaultInnerSelector: '.Tooltip-body', defaultTargetClass: 'has-tooltip', defaultLoadingClass: 'is-loading', defaultLoadingContent: '', });...
Hi @Akryum, thank you for taking care of this amazing plugin! I am facing issues setting a default class to every tooltip wrapper. Tried a couple of different things but...
My project will report an error when updated to 2.13.0 ``` Error: 'import' and 'export' may only appear at the top level v-tooltip ``` Because "@babel/runtime" in dependencies,not consistent with...