Günther Debrauwer
Günther Debrauwer
@lexdewilligen I chose the implementation without keys because It makes it a bit easier if a link is not present (in my opinion). But I know that some people might...
If anyone is interested: I created a package that uses Sortable.js instead of Shopify's draggable/sortable. It uses the same wire-attributes as this package, so it is easy to switch 🙂...
Oh sorry, closed it by accident 😅 Can you share a complete standalone Livewire component with the issue, so I can reproduce the issue?
You have to use `wire:sortable-group.handle` instead of `wire:sortable.handle` when there are multiple groups. I had incorrectly documented this 🤦♂️ I fixed the documentation in readme file.
@Restingo I can not reproduce your issue. I tried the following: ```blade @foreach ($items as $index => $item) {{ $item }} handle @endforeach ``` And that seemed to work correctly....
I'm not sure what you mean 🤔 Is it a visual issue? If that's the case, I think it is probably an issue in the Sortablejs package itself.
> Is it possible to implement dragging of group of items ? Yes, it is possible to do this, but it was not documented in the readme file yet. I...
In your blade file, you know which items belongs to which group, so you should be able to know that in your Livewire component class as well before you process...
I'm having the same issue
@bkintanar can you tag a release with this change?