react-hook-form-antd
react-hook-form-antd copied to clipboard
Antd Radio.Group doesn't work inside of FormItem
It works with <Radio />
directly, but doesn't work with <Radio.Group><Radio />...
, where the radio is not selected correctly.
Since it worked in version 0.0.2
Does Radio.Group
work in antd Form.Item
without this lib?