statamic-livewire icon indicating copy to clipboard operation
statamic-livewire copied to clipboard

model.defer in antler templates

Open mkriegeskorte opened this issue 3 years ago • 0 comments

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 :)

mkriegeskorte avatar May 18 '22 09:05 mkriegeskorte