Zod conditional required/optional validation
I am using React Hook Form and Zod. I want make some fields optional/required based on other inputs.
Here's an example:
I want image to be required only when type: image is selected and vice-versa.
Here's an example:
I want image to be required only when type: image is selected and vice-versa.