Managing Forms Ionic ReactJS - React Hook Form

Using React Hook Form with Ionic React Components - DEV Community :woman_technologist::man_technologist: https://buff.ly/2vgFK76

2 Likes

Using React Hook Form with Ionic React Components

1 Like

I have new updated post and sample project based on the latest version of react-hook-form

1 Like

@aaronksaunders , great video! I went through that video and some other ones. I have no issues using React Hook Form with regular pages. I don’t have an issue with Modals. My issue is using React Hook Form with Modals. If I get an error on a modal with React Hook Forms, the error doesn’t clear even though I β€œfix” the error (i.e. required field). By the error not clearing, the submit button won’t do anything even though the error was corrected. Below is my code. Any suggestions?