methods.watch isn´t working inside FormProvider #7383
Answered
by
bluebill1049
caiofelixuc
asked this question in
General
-
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Dec 28, 2021
Replies: 1 comment 2 replies
-
this indicates your component is not been registered correctly. refer to your input, your please send some time on the doc: https://react-hook-form.com/api/useform/register a lot of valuable information there. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bluebill1049
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this indicates your component is not been registered correctly.
refer to your input, your
onChange
is overwrite react hook form's providedonChange
please send some time on the doc: https://react-hook-form.com/api/useform/register a lot of valuable information there.