laravel-blade-sortable icon indicating copy to clipboard operation
laravel-blade-sortable copied to clipboard

defer modifier is not working

Open aspyropoulos opened this issue 3 years ago • 1 comments

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?

aspyropoulos avatar Sep 20 '21 13:09 aspyropoulos

This would be a great feature for sure!

TheRealMattLear avatar Apr 18 '23 11:04 TheRealMattLear