sortable icon indicating copy to clipboard operation
sortable copied to clipboard

Group wire:sortable.handle

Open danpalmieri opened this issue 5 years ago • 4 comments

How to use wire:sortable.handle in a group child sortable?

It's only moving his parent container.

danpalmieri avatar Jun 25 '20 09:06 danpalmieri

any updates on this?

merthurturk avatar Aug 03 '20 04:08 merthurturk

Looking at the Code you have to use wire:sortable-group.handle instead of wire:sortable.handle

See: src/index.js

maxeckel avatar Aug 04 '20 10:08 maxeckel

I've opened a PR #16 to make the docs a bit clearer on that but I'm sure @calebporzio has his hands full getting livewire v2 ready for release :)

colinmackinlay avatar Aug 04 '20 11:08 colinmackinlay

Thank you @maxeckel and @colinmackinlay !

merthurturk avatar Aug 04 '20 11:08 merthurturk