react-hook-form-antd icon indicating copy to clipboard operation
react-hook-form-antd copied to clipboard

Antd Radio.Group doesn't work inside of FormItem

Open andersonba opened this issue 1 year ago โ€ข 1 comments

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

andersonba avatar Nov 17 '23 15:11 andersonba

Does Radio.Group work in antd Form.Item without this lib?

jsun969 avatar Nov 17 '23 16:11 jsun969