Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up a form wizard using the use-form hook in "uncontrolled" mode. The data is pulled from the backend via the API and "defaultValue"s are respected but the "defaultChecked" doesn't seem to work. I had to add a
defaultChecked={form.getValues().has_secondary_residence}
.Am I missing something? Or is this intentional?
Beta Was this translation helpful? Give feedback.
All reactions