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

The type of `v-tooltip` is `any`. There is not IDE autocomplete or type safety available. ```vue Hello ``` This could be fixed by simply augmenting the ComponentCustomProperties ```ts declare module...

Hi, got an issue with the tooltip as it retains or not destroy when opening a link on a new tab? Tried the autoHideOnMousedown = true but it doesn't help.

```vue import { Dropdown } from 'floating-vue'; import 'floating-vue/dist/style.css'; ``` For this component using in two different pages. For first page, the resize-observer class has the id generated on it....

Sync the default values in [config.ts](https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/config.ts) to the documentation.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs...

dependencies

Enable preventing of popup close from closing all parents. This PR aims to resolve https://github.com/Akryum/floating-vue/issues/874 . This is especially useful in the cases where you use the `Dropdown` component for...

I am having an issue using the [floating vue](https://floating-vue.starpad.dev) npm package in my vue 3 project. I am using webpack to bundle modules, and I get this error: > Failed...

I'd like to use the Hover Menu component on my site's navbar, but I'm running into an issue. I'd like the dropdown to open on hover for mouse users, and...

All version since 1.1.0 have their changelog on the release page, so I don't know why there is this warning in the README