DEV Community

Discussion on: React Hook Form: the best form library?

 
bluebill1049 profile image
Bill

Have a look at this section: react-hook-form.com/api#Controller and this codesandbox which in the doc as well: codesandbox.io/s/react-hook-form-v...

Thread Thread
 
davidshare profile image
David Itam Essien

I have looked at it over and over again. Even copied the code from the sample into my own form as it is. That does not work. I cannot get values or the errors from the input. By the way, I am using React 17, could that be the issue?

Thread Thread
 
bluebill1049 profile image
Bill

no, i don't think. send a question at Github discussion and bring a coedesandbox as well.