Relative Content

Tag Archive for laravellaravel-livewire

On Laravel livewire search checkbox remains checked

Suppose I have 4 users, and I have already selected the first user before starting the search. When I search for the second user, the correct username appears in the search list, but its checkbox is already checked, even though I haven’t checked it.

Laravel Livewire events not dispatching across two components

I’m building a Laravel app using 11.x and Sail on Windows. Let’s say I’ve got two pages, /questions/{question} and /status. /questions shows the user a multiple choice question, and /status shows details about the questionnaire, such as what answers the user has already picked.

wire:navigate mobile experience lag between navigations

I’m considering rebuilding one of my web applications in the TALL stack and utilising Livewire’s full page components support to get that SPA feel. I’ve observed that when adding wire:navigate on links, on a desktop there’s not much of an issue, since the prefetching links strategy works quite well.