Form Field Errors From Form Validators using Zod validate all fields
Using this the
age field will have an error as soon as an onChange-Event has been fired from the username field the age field (in fact all fields) are validated and have an error.Reproduction:
- Go to: https://stackblitz.com/edit/tanstack-form-a6vgcj?file=src%2Findex.tsx
- Type something into the username input