You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when recreating the below "Multiple groups with draggable items" the sortable-group.handle is required, if it's removed the item is not draggable. When I remove the <button wire:sortable-group.handle>drag</button> the item is no longer draggable at all. This works in a simple draggable list but doesn't work in groups. I checked with the livewire/sortable package, and it works. Any ideas on how to make the entire <li> function as a draggable button without a handle?
Hi, when recreating the below "Multiple groups with draggable items" the
sortable-group.handle
is required, if it's removed the item is not draggable. When I remove the<button wire:sortable-group.handle>drag</button>
the item is no longer draggable at all. This works in a simple draggable list but doesn't work in groups. I checked with the livewire/sortable package, and it works. Any ideas on how to make the entire<li>
function as a draggable button without a handle?Thanks.
Patryk
The text was updated successfully, but these errors were encountered: