Reactjs – How to validate all inputs across tabs with react-hook-form?
I am using react-hook-form in my project, and my form is divided into multiple tabs. Each tab contains different input fields. When the user submits the form, I want to validate all input fields across all tabs. However, currently, only…