#Is it possible to prevent onBlur on a specific field when using Conform validate: 'onBlur'?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have a remix fetcher form, that I want to validate all fields but one onBlur, and for the one field I need to handle a bit differently so I would like to prevent validation on that field onBlur, but instead it needs to validate when some state exists.
What tool are you using for validation, I'm thinking Zod may be able to help here, so it validates based off another value in the form, which could get controlled by state? Either that or switch validation schemas, based off the state?
conform / zod