Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Vue drag-and-drop component based on Sortable.js

Results 208 Vue.Draggable issues
Sort by recently updated
recently updated
newest added

The drop event from the dragend doesn't trigger and need a quickTouch to release it into the list. ![mobille](https://user-images.githubusercontent.com/43699856/167386030-88e6ff57-4e02-4c3e-b62a-d79900e24fcd.PNG) What you can see here is a drag **that didn't dropped...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Hello! :wave: I have a problem with the speed of the ghost element on mobile. ## Code: ```js ``` ## The result on mobile (this is the actual problem): ![slow](https://user-images.githubusercontent.com/5794721/136374569-e6b52f51-25ca-4a90-9ddc-c4c8aae78c05.gif)...

How can I change the color or styles for the available drop areas ? Here's what I mean: * Start dragging an element * Zones / groups into which you...

I have a issue where the move event is not firing. my plan is to cancel the dragging as soon as the user puts the item in a wrong spot....

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I have a kanban board with three lists: Todo, Doing, Done. The customer shouldn't be able to move tasks to the Doing column. But admins can move items to that...

### Jsfiddle links - Bug with `Vue.Draggable`: https://jsfiddle.net/alexisvapillon/tod6ghym/ - No bug with `SortableJS`: https://jsfiddle.net/alexisvapillon/2w93Lxdg/ ### Step by step scenario - On a page with 2 Draggables **A** and **B** -...

Currently, i am trying to select an item of the draggable-list programmatically / manually (without the usage of the mouse). This behaviour is important, because i want to make a...