Next.js Discord

Discord Forum

Travel to field using react-hook-form

Unanswered
Munchkin posted this in #help-forum
Open in Discord
MunchkinOP
Hello,
I have a next 14 application, in a page I use react hook form for validation, and if some fields don't comply to the rules I have in a lateral sidebar error messages for each field. The thing is, in that page I have 4 tabs, and each tab have a route let's say I have detail tab and parts tab the routes are car/:id/details and car/:id/parts. My question is, is there a way to use react hook form so no matter on what tab I am, I see in the sidebar an error(the sidebar is present no matter the tab) and if I click on an error, I want to go to that specified field that the error is coming from?

0 Replies