Vue.Draggable
Vue.Draggable copied to clipboard
Vue drag-and-drop component based on Sortable.js
When I use Draggable and vee-validate, the validation error will not work when I clear the input for the first time, and it will work after the second time. I...
When the drag goes beyond the list boundary, the item is dropped into the correct position but the animation is incorrect. It shows the item returning to its original position...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution
example: [https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/examples-pages-layout--horizontal](https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/examples-pages-layout--horizontal)
Are there any plans to add keyboard accessibility compliance to this, to allow keyboard users to use the functionality on offer for mouse users? https://medium.com/salesforce-ux/4-major-patterns-for-accessible-drag-and-drop-1d43f64ebf09

I used this plugin and found that it used sortable js old version. Sortable js fixed some Safari issue in their latest version. How to update?
Investigate and resolve the issue where using the :force-fallback="true" property in vue-draggable prevents the drop event from being called during cross-list drag and drop cloning. This fix should ensure that:...
### Step by step scenario I am running into an issue where I have to draggable components each with the `group` attribute being the same. I then added the `force-fallback`...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link https://codesandbox.io/p/sandbox/musing-rgb-3gwtwl What happens is after typing the input automatically blurs and you can only type `1` character when i remove the v-model i can...