vue-draggable icon indicating copy to clipboard operation
vue-draggable copied to clipboard

Vue Drag and Drop library without any dependency 👌

Results 41 vue-draggable issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hi, In the latest version 2.0.6, the drop feature is not working with the codepen example given in the documentation. If version 1.1.1 is used, as in the example, it...

bug

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

``` groups: [ { id: 1, name: "To Do", items: [ { id: 1, name: "Item 1", groupId: 1 }, { id: 2, name: "Item 2", groupId: 1 }, {...

bug

**Describe the bug** draggable container gets dragged(without mousedown on handler area) **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/vue-draggable-with-handle-mb4s6 (this is your code I think, just changed...

bug

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Allow user to customize if he wants the library to reorder the dom. Allow user to customize if the selections can be cleared after drop.

**Describe the bug** After dropping the items, the aria-grabbed is set to false. In cases where i want to drag the same items into two different zone, I will have...

bug

**Is your feature request related to a problem? Please describe.** Right now if I try to add some css style to the element while dragging, the style applies just only...

feature