form
form copied to clipboard
React High Order Form Component(web & react-native)
I view the source code of the form, there is a question that only setFields method in source code. the setFields method will loop all fields when one field changed,...
This commit is trying to fix following issue: ```javascript props.getFieldProps('name', { initialValue: 'initial value' }); // or, equivalent // props.setFieldsInitialValue({ name: 'initial value' }); // ... console.log(props.getFieldValue('name')); // => output:...
My code needs a feature that calc the percentage complete of EACH SECTION so each section has their own onChange to handle the percentage but when I fire it always...
Hi! I've got a feature request. I'm using this component with Apollo graphql. I pass down through the props both initial values for the form (when I need to edit...
When user is registering, I want to verify that the "I accept Terms of Service" checkbox is checked. But I am not able to do it. Is it an issue...
Validate input and render error info when `onBlur` event is fired. Then trigger the `onFocus` event, and the input value is empty, I hope to automatically clear the error info.
Trying to fix this issue: https://github.com/react-component/form/issues/181
现在的表单 对于对象类型的数组 支持非常不好 是否会提供 类似redux-form 的FieldArray 这种 以下是zanui 提供的form 感觉不错 like this [https://www.youzanyun.com/zanui/zent/zh/component/form#fieldarray-zu-jian](https://www.youzanyun.com/zanui/zent/zh/component/form#fieldarray-zu-jian)
{...} 输入框一旦输入中文就会触发重新render,中文输入法的框打开一瞬间立刻关闭,input里面出现一个键入的英文
I use rc-ffrm in React 16.3, and get warning as this: A component is changing an uncontrolled input of type undefined to be controlled. Input elements should not switch from...