Reactjs – Yup validation on mutually dependent input fields
I have a form that has two input fields that are mutually dependent on each other. They can both be blank but if one is filled out, the other has to be filled out. They must also both be numbers…