Reactjs – Conditional Validation with react-hook-form and yup for a radio button
I try to add yup validation to my form which is built with react-hook-form. I also use the standard components from @headlessui to build my components. My usecase is the following: If the Radio Input is checked with "Yes" the…