vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Disable ordering but drop between groups

Open dlnsk opened this issue 4 years ago • 2 comments

I want to disable ordering inside container but allow to move elements between groups. If I use :should-accept-drop it switch container to copy mode and I can't remove item from source. if I change applyDrag to something like that: if (removedIndex !== null && addedIndex !== null) return arr it's fine but there is no fly back animation (like when item dropped outside the container). Is there a way to show fly back animation in this case?

dlnsk avatar Feb 18 '20 04:02 dlnsk

hi, guy, i want to limited droped numbers in container, it's there a way to do

xuyanzhuqing avatar May 11 '20 10:05 xuyanzhuqing

I have the same issue. I can not disable the ordering on the parent component, if you found a workaround or a solution please let me know.

KashyapFero avatar Nov 04 '20 07:11 KashyapFero