Using React Hook Form with Ionic React Components - DEV Community 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?