form
form copied to clipboard
React High Order Form Component(web & react-native)
wrappedComponentRef 没有获取到正确的ref值   复现地址:[https://codesandbox.io/s/antd-reproduction-template-3qe1f?file=/index.js:493-512](url)
online demo: http://react-component.github.io/form/examples/async-init.html https://github.com/react-component/form/blob/master/examples/async-init.js#L62 1. 感觉这个 API 已经失效了。 1. 如果只是为了动态修改 initialValue,下面这样就可以了吧?不需要额外的 API ```jsx getFieldProps('name', { initialValue: variable }) ```
Bumps [react-router](https://github.com/ReactTraining/react-router) from 3.2.6 to 5.2.0. Release notes Sourced from react-router's releases. v5.2.0 This release includes a notable performance boost by separating the "Router" context from the "History" context internally....
How about add the typescript support(.d.ts)?
在上一页面,通过 键盘 enter 键 进行 接口处理,成功后进行 路由跳转 ,跳转到新页面 后 点击 enter 键还会调用上一页面事件及接口 
你好,我在用npm install rc-from --save后,已经正常安装,但是import {createForm} from "rc-form"时报错说无法找到模块"rc-form"的声明文件
Bumps [rc-tools](https://github.com/react-component/rc-tools) from 8.4.5 to 9.6.1. Commits See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=rc-tools&package-manager=npm_and_yarn&previous-version=8.4.5&new-version=9.6.1) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Item.js: ```jsx @connect() // react-redux ConnectFunction class Item extends Component { // Custom Component // ... } export default Item; ``` use: ```jsx {form.getFieldDecorator('startDate', { rules: [ { required: true,...
typescript is great! please add .d.ts file. Thanks
[click this code snippets](https://codesandbox.io/s/goofy-villani-6sfft) can Reproduce. If click add more than one time and click submit, all errors in first field. I found the reason in file [createBaseForm](https://github.com/react-component/form/blob/master/src/createBaseForm.js) line 474....