sortable
sortable copied to clipboard
Upgrading to Livewire v1.3.2, wire:model.lazy not working.
Upgrading to Livewire v1.3.2 from v1.2.0 breaks this package.
The lazy attribute is not respected in text inputs.
Clicking in the input sends an ajax request before the user has the chance to input anything.
After clicking 3-5 times, in the text input, it is possible to enter text.
Downgrading to Livewire 1.2.0 and all is working again.
It has to do with multiple instances on the same page.
If I have three <div wire:sortable=... I have to click three times in the text input before i can enter text and the .lazyprop is respected.
If I have four, I have to click four times and so on.
One instance = no problems