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

๐Ÿ“‹๐Ÿœ Master your Ant Design form with React Hook Form! ็”จ React Hook Form ๆ‹ฟๆไฝ ็š„ Ant Design ่กจๅ•๏ผ

Results 14 react-hook-form-antd issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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)...

dependencies

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...

dependencies

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...

bug

It works with `` directly, but doesn't work with `...`, where the radio is not selected correctly. Since it worked in version 0.0.2

bug

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

bug

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)...

dependencies

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:

bug