SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

How to disable drag ? #37

Closed AngryChocobo closed 3 years ago

AngryChocobo commented 3 years ago

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Jsfiddle link

Step by step scenario

Actual Solution

Expected Solution

David-Desmaisons commented 3 years ago

:disabled=false

sine-hx commented 3 years ago

"vuedraggable": "^4.0.3" :disabled=false also can drag

eokic commented 3 years ago

:disabled=false makes no sense here. It disables dragging for me with true.

From the Sortable documentation:

disabled: false, // Disables the sortable if set to true.