asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

Disable Sortable when displaying a Livewire modal #12

Open nagra opened 2 years ago

nagra commented 2 years ago

Hi,

I am displaying a full screen modal on top of a sortable list. However, when the modal is displayed, the underlying list can still be sorted.

It would be good if the package could support the filter option available in SortableJS, so I can at least add a temporary class while the model is being disabled. Even better would be to allow developers to specify all the config values available in SortableJS 🙏. Thanks.

Best, Kam