react-hook-form-antd
react-hook-form-antd copied to clipboard
๐๐ Master your Ant Design form with React Hook Form! ็จ React Hook Form ๆฟๆไฝ ็ Ant Design ่กจๅ๏ผ
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...
Bumps the deps group with 11 updates: | Package | From | To | | --- | --- | --- | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.1` | `14.2.2` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
When using the **Upload** component of antd as children of a **FormItem** and adding the `valuePropName="fileList"` attribute to the **FormItem**, an error occurs after selecting an image. The error is...
It works with `` directly, but doesn't work with `...`, where the radio is not selected correctly. Since it worked in version 0.0.2
Component doesn't change status of antd Select depending on error Expected behavior: passing status: 'error' to Select if field has error, so border will be red
Bumps the deps group with 16 updates: | Package | From | To | | --- | --- | --- | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.1` | `15.0.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)...
Added a new "Known Issues" section to the README.md. Added the solution for the "elm.focus is not a function" error that occurs when using upload components.
I get this error when i put Upload component inside FormItem. Probably cannot find the focus bcs of Upload uses button. How can i resolve this? Error source: