Replies: 1 comment 2 replies
-
Can you fork one of the examples (probably this is the best: https://tanstack.com/form/latest/docs/framework/react/examples/yup) and build a reproduction? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on implementing this package and am using form-level validation. However, I do have fields who's validation should run when another field changes. This is what the
onChangeListenTo
property is for, but it doesn't seem to run correctly when I'm using form-level validation.For some reason when changing the "startDate" field to something beyond the date set in "endDate", the validation will run, however, when that start date is changed back to a date before the end date, the error won't go away until end date has been altered.
Beta Was this translation helpful? Give feedback.
All reactions