You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 fix(useForm): make values and defaultValues work correctly with createFormControl and useMemo (#12675)
* Revert "🐞 fix#12665 regression on values over take default values"
This reverts commit ef80ff6.
* Revert "🥹 close#12665 issue with values not populate form"
This reverts commit d9e7e4d.
* test: add test case for #12665
* fix(vscode): fix running individual tests and debugging
* test: verify setting values doesn't unregister fields
* fix(createFormControl): don't unregister fields on reset
* fix(useForm): set default values if given along with a form control
Fixes#12665 .
0 commit comments