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

Bumps [np](https://github.com/sindresorhus/np) from 9.2.0 to 10.0.1. Release notes Sourced from np's releases. v10.0.1 Fix compatibility with npm 10 (#737) 9fdebd5 https://github.com/sindresorhus/np/compare/v10.0.0...v10.0.1 v10.0.0 Breaking Remove the --yarn flag (#730) 4b3b599 The...

dependencies

@zombieJ @afc163 This PR fixes the case when code updates the value using setFieldValue or setFieldsValue and in currect view it is showing error message . Current Case : It...

- add hook Form.useFormInstance - Form.useWatch add param "scoped: true" https://github.com/ant-design/ant-design/discussions/47328

This is a Proof-of-Concept PR to add some missing features to the rc-field-form. This adds new form fields and callbacks. I opened for exploration, we are using these logic in...

| Before | After | | ------ | ------| | | | | | | | | |

现在 setFieldValue 和 setFieldsValue 都不会触发 onValuesChange,值更新了但是副作用不会触发。这样设计的初衷是什么呢

`form.setFields` 會導致警告「Warning: There may be circular references」 ### How to reproduce 如何重現 1. Visit https://codesandbox.io/p/devbox/rc-field-form-circular-references-8z9hfk?file=%2Fsrc%2FApp.tsx 2. Open the "CodeSandbox Preview Console" or the "Browser DevTools Console". 打開 CodeSandbox 或是瀏覽器的開發人員工具 3....

Introduce a new constant `EMPTY_WARNINGS` for use with `warnings` to avoid both `errors` and `warnings` pointing to the same array reference. 新增一個 `EMPTY_WARNINGS` 給 `warnings` 使用,以避免 `errors` 與 `warnings` 指向同一個...