statamic-livewire
statamic-livewire copied to clipboard
model.defer in antler templates
Hi!
I’m trying to bind a deferred model to an input in an antlers template like that:
<input type="text" wire:model.defer="searchTerm" />
Unfortunately this doesn’t work at all. Using it without defer runs like expected.
Does someone has a suggestion what might be wrong?
Thank you :)