asantibanez/laravel-blade-sortable

Disable Sortable when displaying a Livewire modal

nagra opened this issue · 0 comments

nagra commented

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