sortable icon indicating copy to clipboard operation
sortable copied to clipboard

Upgrading to Livewire v1.3.2, wire:model.lazy not working.

Open tanthammar opened this issue 5 years ago • 1 comments

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.

tanthammar avatar Jul 19 '20 20:07 tanthammar

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

tanthammar avatar Jul 20 '20 12:07 tanthammar