form icon indicating copy to clipboard operation
form copied to clipboard

React High Order Form Component(web & react-native)

Results 104 form issues
Sort by recently updated
recently updated
newest added

Hey, could we expose a function that returns all fields and/or all touched fields? Or maybe an option to validateFields `{ touchedOnly: true }` to only return those that were...

Feature Request

Not being able to load the localhost with npm start

https://github.com/react-component/form/blob/f02b478c59c178ea9ee28cca3326ad1c4ed37f02/src/createDOMForm.js#L43

createForm 没有转发 包裹组件的 ref 如下代码 ```tsx class Cp{ } export const CpWithForm = createForm()(Cp); // this.cpRef.current === null ```

Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.20 to 4.16.10. Release notes Sourced from antd's releases. 4.16.10 🐞 Fix Badge not showing count when customize color prop. #31617 @​eokoneyo 🐞 Fix circle Progress success.strokeColor...

dependencies

When using Antd form, I'm getting error with onChange value. ``` TypeError: Cannot read property 'filter' of undefined at Object.getRules (createBaseForm.js:304) at createBaseForm.js:444 at Array.forEach () at Object.validateFieldsInternal (createBaseForm.js:431) at...

[codesandbox demo](https://codesandbox.io/s/onvalueschange-demo-yr45f) I want use form.getFieldsValue function in onValuesChange callback. But When typing in the input element,form.getFieldsValue can not get the value. ![image](https://user-images.githubusercontent.com/23455985/125373486-d3fc9c00-e3b7-11eb-81b0-d06a91418cd0.png) But when changing field value by form.setFieldsValue...

form.getFieldValue method will create a new field in fieldMeta. This cause an issue when set an array value to the field later. version 2.2.x ` getFieldMeta(name) { this.fieldsMeta[name] = this.fieldsMeta[name]...