Update main form data from repeater

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

Did you find this page helpful?