Replies: 1 comment
-
you will have to build a controlled component and wrapped with Controller or use the custom hook version of useController. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I am trying to get selected checkbox group values from the form.
I've seen some possible solutions for that, but all of them return all values as object where some property determines if it has been checked or not, like in this example:
https://codesandbox.io/s/funny-mayer-8ojxq
I was wondering if it is possible to configure it in a way that it would return just an array of actually selected values:
Beta Was this translation helpful? Give feedback.
All reactions