TanStackT
TanStack2y ago
4 replies
sad-indigo

Validate specific field on change

I have 2 date components, and on change for either, I would like to trigger validation on the other date component. I don’t want to trigger a full form validation. I have tried useField and the validate function with change and the value, but it doesn’t seem to trigger the validation for that field. Is this possible?
Was this page helpful?