field-form
field-form copied to clipboard
⚡️ React Performance First Form Component
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 28.1.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Repro: Set up any basic form, and give a field an onChange like this: ``` () => { const formData = form.getFieldsValue(true) delete formData.nameOfField console.log(form.getFieldsValue(true)) } ``` Normally, one would...
Bumps [@umijs/test](https://github.com/umijs/umi) from 3.5.32 to 4.0.12. Release notes Sourced from @umijs/test's releases. v4.0.12 What's Changed 新增 umi 包导出 generatePath 接口,reexport 自 react-router-dom by @ye-will in umijs/umi#8925 优化 dev 启动 banner,加了个...
https://github.com/react-component/field-form/blob/d7892873e9eee6e4c618d4289fcdbc9ee240f68f/src/interface.ts#L4 For reusability and readability purpose, I like to have my NamePath stored in constant variable on the top of the file. To have type support I need the variable's...
1. 升级 father 到 4.0 RC,构建持久缓存提速非常明显(命中时 120ms 内完成构建) 2. 为纯 type import 添加 type 标记,避免产物有无效导出
setFieldsValue didn't work well for object with optional fields. Example ``` const form={} as FormInstance form.setFieldsValue({foo:{bar:undefined}}) // Type 'undefined' is not assignable to type '{ baz: number; }'. ```
Bumps [@umijs/fabric](https://github.com/umijs/fabric) from 2.12.2 to 3.0.0. Release notes Sourced from @umijs/fabric's releases. v3.0.0 add prettier-plugin-organize-imports 644eb07 https://github.com/umijs/fabric/compare/v2.12.2...v3.0.0 Commits 7d31a05 v3.0.0 644eb07 add prettier-plugin-organize-imports See full diff in compare view [ from 4.4.10 to 8.0.2. Release notes Sourced from react-redux's releases. v8.0.2 This patch release tweaks the behavior of connect to print a one-time warning when the obsolete pure...
Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 8.0.3 to 16.0.1. Release notes Sourced from react-dnd's releases. v16.0.0 Major Packages are now ESM-Only (https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) Node 18 Support v15.1.2 The utility packages @react-dnd/invariant, @react-dnd/shallowequal, and @react-dnd/asap...