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

defer modifier is not working #13

Open aspyropoulos opened 2 years ago

aspyropoulos commented 2 years ago

I am trying to use the package with defer modifier and it does not work. I want to first sort all of my images and when I click the save button to send the sorted order to the server. This is to avoid many HTTP requests to server.

wire:onSortOrderChange.defer="handleOnSortOrderChange" // is not working

Is the defer modifier working? If not is it possible to achieve this behavior somehow?

TheRealMattLear commented 1 year ago

This would be a great feature for sure!