jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
83 stars 14 forks source link

model.defer in antler templates #22

Closed mkriegeskorte closed 12 months ago

mkriegeskorte commented 2 years ago

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

jonassiewertsen commented 12 months ago

We'll be working on a V3 version. Please reopen the ticket or respond here, if the issue still appears in V3.