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
61 stars 10 forks source link

Fix: Allow antd onChange and onBlur events #74

Closed avegatolber closed 9 months ago

avegatolber commented 9 months ago

At this moment the onChange and onBlur events of the antd inputs do not work. This PR solves the problem.

Fix #73