sortable
sortable copied to clipboard
Group wire:sortable.handle
How to use wire:sortable.handle in a group child sortable?
It's only moving his parent container.
any updates on this?
Looking at the Code you have to use wire:sortable-group.handle instead of wire:sortable.handle
See: src/index.js
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 :)
Thank you @maxeckel and @colinmackinlay !