Javascript – Multi-page form validation issue with react-hook-form and arrays
I have a multi-page react-hook-form form and I'm running into a validation issue I can't seem to wrap my head around. I'm trying to only validate the page the user is on, not pages they haven't made it to yet.…