Skip to content
Discussion options

You must be logged in to vote

Found the ans through this link https://codesandbox.io/s/react-hook-form-v6-controller-qsd8r

<Controller
control={control}
name="AntdRadio"
render={({ onChange, value }) => (
<Radio.Group value={value} onChange={e => onChange(e.target.value)}>
A
B
C
D
</Radio.Group>
)}
/>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PotatoEater0127
Comment options

Answer selected by kaisiant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants