Update main form data from repeater
How to update main form data instantly when the repeater item value changes?
1 Reply
You can put
->lazy()
on the entire repeater. The form data will update when you click away from a field.