field-form icon indicating copy to clipboard operation
field-form copied to clipboard

⚡️ React Performance First Form Component

Results 183 field-form issues
Sort by recently updated
recently updated
newest added

getValueProps 一般组件都不会返回 object 类型;字符串、数字、数组这些比较多。现在这样会飘红。 https://codesandbox.io/s/nifty-haibt-o2ms0?file=/index.tsx:463-576

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

dependencies

Ignore editor config files and system file.

validator 支持返回`Promise.reject()` ,目前必须`Promise.reject(new Error('xxx'))`

对Rule支持添加额外属性,方便集中抽取的Validator 使用以获得额外逻辑能力。

Enables proper typing of form values through the use of generics. Probably can be improved, but should be a good start. The code used a unique `Store` type while we...

Hi, in antd I'd need to use prefixName that is passed to the child form field, but it seems to be only for internal use. Is there an other way...

修复问题 [#28185](https://github.com/ant-design/ant-design/issues/28185),添加了demo和测试用例