vue3-popper icon indicating copy to clipboard operation
vue3-popper copied to clipboard

A Vue.js popover component based on PopperJS

Results 52 vue3-popper issues
Sort by recently updated
recently updated
newest added

Using the new [teleport](https://v3.vuejs.org/guide/teleport.html) functionality to teleport the popper element to the selector specified. In my case I use it to teleport poppers to the bottom of the body, so...

Could be nice to have a build UMD package. Edit: Building and using "iife" package throws an error "Uncaught ReferenceError: regeneratorRuntime is not defined"

How to prevent form submission if popper used inside the form?

**Description of the bug** I have 2 children inside my Popper, and I have an error in the console: `[Popper]: The component expects only one child element at its root....

When the mouse is over the Popper, it could be great to be able to change the `cursor`, setting it to `pointer`.

**Description of the bug** I'm using this component as a child of a flex container, and I found it's broken all of my navbar styles as well as causes horizontal...

when use vue3-popper in component, devtool display "Anonymous Component" ![image](https://user-images.githubusercontent.com/20860159/176385083-87a427a4-f575-417f-a1f5-1578421e1b9c.png)

**Description of the bug** A clear and concise description of what the bug is. - Rollup build generates only a JS file that dynamically injects inline CSS into our app....

**Description of the bug** When using the vue3-popper in a library that's going to be type defined with vue-tsc then errors occur because vue3-popper uses prop definition that isn't exported....

How can I stop clicking the target again from closing the popper ![image](https://user-images.githubusercontent.com/49724027/174746938-494682c3-8084-4e58-802d-814c679d9b88.png)