sortable
sortable copied to clipboard
Added wire:sortable-group.options allowing users to add options
This PR allows a user to define options using something like this wire:sortable-group.options="{distance: 10}"
.
The above code will only trigger the draggable once moved 10 pixels. Works great for draggable items that contain click able elements.
This feature requires the shopify dependency to be updates to beta12.
lgtm. needed.