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

Bumps [jest](https://github.com/facebook/jest) from 21.2.1 to 27.0.6. Release notes Sourced from jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

how to remove some field?

rc-form版本:2.4.12 部分错误堆栈信息: ``` Uncaught TypeError: Cannot read property 'filter' of undefined at Object.getRules (createBaseForm.js:263) at createBaseForm.js:403 at Array.forEach () at Object.validateFieldsInternal (createBaseForm.js:390) at Object.onCollectValidate (createBaseForm.js:143) at MyComponent.componentDidMount (demo.jsx:8) ``` 应用场景:...

Bumps [async-validator](https://github.com/yiminghe/async-validator) from 1.11.5 to 3.5.2. Changelog Sourced from async-validator's changelog. History 3.5.0 / 2020-11-12 yiminghe/async-validator#256 3.4.0 / 2020-08-05 yiminghe/async-validator#247 yiminghe/async-validator#246 yiminghe/async-validator#245 yiminghe/async-validator#240 3.3.0 / 2020-05-07 expose validators: yiminghe/async-validator#232 3.2.0...

dependencies

Bumps [redux](https://github.com/reduxjs/redux) from 3.7.2 to 4.1.0. Release notes Sourced from redux's releases. v4.1.0 This release shrinks our bundle size via error message extraction, updates several error messages for clarity, and...

dependencies

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 4.4.10 to 7.2.4. Release notes Sourced from react-redux's releases. v7.2.4 This release drops our dependency on the core redux package by inlining bindActionCreators, and tweaks useSelector to...

dependencies

The expo preview link does not work on newer expo as it uses SDK v25.0.0 and the new client requires at least v33.0.0

Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 16.13.1 to 17.0.2. Release notes Sourced from react-is's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...

dependencies

We would get considerably better type safety out of many of the form instance functions if we used the `keyof` operator. For instance, this simple change would make it impossible...