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.
You should use the wire:model.defer
attribute instead of wire:model
.