Search code examples
laravelrenderinglivewireslaravel-livewire

how to ignore rerendering on laravel livewire component while typing


i have a wizard form that is a livewire component and it always rerender when i am typing. I want to stop de rerendering until i submit the form.

Who can help me please ? Sorry for the bad english i'm french.


Solution

  • You should use the wire:model.defer attribute instead of wire:model.