T
TanStack4w ago
genetic-orange

Synchronizing / linking fields in a form

I'm looking for a way to sync the values of two or more fields in a form. Example; There are 3 fields copies, weight and totalWeight. I would like to make them synchronized such that editing the copies field should change the totalWeight and editing one of the weight fields should update the value of the other field.
1 Reply
fascinating-indigo
fascinating-indigo4w ago
are you planning on reusing those linked fields a lot, or just linking them up once? One time use: Linked Fields Reusable: Form Composition > Field Groups

Did you find this page helpful?