-
-
Notifications
You must be signed in to change notification settings - Fork 497
Open
Labels
Description
Describe the bug
- The example lists
onChangeListenTo
in its field validators, even though that is not currently remapped to the form's field. While it is properly typed as only beingstring[]
, it would still be convenient to be able to listen to other group fields for validation. Either rewrite the snippet to not use it, or implement remapping foronChangeListenTo
. - The
withFieldGroup
section mentions that validators could be of any type. It's actually only form validators that could be of any type.
TanStack Form version
v1.15.0