Reactjs – Is there a way to use cross field validation in ZOD to check other fields to then render conditions
I am using react Typescript to build a form with Zod validation schema. What I am trying to achieve? So, I want to render conditions based on the values of another field. Every country has its own phone code and…