jsun969 / react-hook-form-antd

๐Ÿ“‹๐Ÿœ Master your Ant Design form with React Hook Form! ็”จ React Hook Form ๆ‹ฟๆไฝ ็š„ Ant Design ่กจๅ•๏ผ
https://npm.im/react-hook-form-antd
MIT License
58 stars 10 forks source link

Antd Radio.Group doesn't work inside of FormItem #48

Open andersonba opened 10 months ago

andersonba commented 10 months ago

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

jsun969 commented 10 months ago

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