You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Repeater Form Field combined with wire:model.defer only the very last field in the repeater is stored. Please have a look at the screenshots attached.
I need to use "defer" due to a very large form.
Environment:
Tall-forms version: 7.8.0
Livewire version: latest
Laravel version: latesst
AlpineJS version (only needed if problem is Alpine related):
$wrapWithLayout true/false: false
Optional model binding?
Have you published the view files?: no
Have you published, and edited the config file?: no
Describe the bug
When using
Repeater
Form Field combined withwire:model.defer
only the very last field in the repeater is stored. Please have a look at the screenshots attached.I need to use "defer" due to a very large form.
Environment:
Fields Definition
Screenshots
If I fill out all fields and hit "save" I get:
The below is posted to the backend via Livewire. All the fields and input data are present.
If I use Selects, Input, Trix etc. outside of a Repeater - then defer works.
The text was updated successfully, but these errors were encountered: