useControlField default value #332
VytautasMartusevicius
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would really love for useControlField to have a parameter default value. Now I have a list of controlled checkboxes and it's not working correctly.
Was thinking something like this:
const [checked, setChecked] = useControlField(name, defaultChecked);
Beta Was this translation helpful? Give feedback.
All reactions