Next.js Discord

Discord Forum

Error : Combining react-hook-form with react-input-mask

Unanswered
MD 10 - Amalia Fitrawati posted this in #help-forum
Open in Discord
Hello everyone, i encountered problem while i try to combine react-hook-form with react-input-mask. The view already changes and mask but when I try to submit the form, it just freezes on that page. No error appears but it just gets stuck. What's wrong with my code?

2 Replies

Not seeing an error doesn't mean there is not an error unfortunately. You'll have to check the error field from the formState in the RHF instance.
Okai, i'll check the field. Thank you so muchh