React native – Issue with Conditionally Required Input Fields in React Hook Form and Valibot
I'm working on a React Native project where I'm using React Hook Form for a dynamic form, along with Valibot for validation. I have a scenario where I need to hide some input fields based on certain conditions. However, these…