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 [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies
javascript

It is stated in the document https://github.com/react-component/field-form?tab=readme-ov-file#8-setfields-not-trigger-onfieldschange-and-setfieldsvalue-not-trigger-onvalueschange that it doesn't work by design. Question is what are the options to do that using the current API? What are the best...

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 52.0.0 to 54.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v54.0.0 New rules no-negation-in-equality-check (#2353) 8957a03 Breaking prefer-array-find: Change checkFromLast default value to true (#2367) a449af9 Improvements Add...

dependencies
javascript

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.0.0. Release notes Sourced from @​testing-library/react's releases. v16.0.0 16.0.0 (2024-06-03) Features Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa) BREAKING CHANGES @testing-library/dom was moved...

dependencies
javascript

useForm支持这是FormStore的initialValues

antd-design有一个”[RangePicker组件在onCalendarChange方法中调用form.setFieldsValue会导致时间不可选择](https://github.com/ant-design/ant-design/issues/49470)”问题,进排查,定位到底层依赖组件field-form的问题,已修复 fix https://github.com/ant-design/ant-design/issues/49470

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0. Release notes Sourced from eslint's releases. v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message...

dependencies
javascript

Fixes: ant-design/ant-design#51008 ## Summary by CodeRabbit - **新功能** - 优化了表单字段的验证逻辑,减少不必要的验证调用。 - **文档** - 更新了注释以提高清晰度。

案例 [https://github.com/react-component/field-form/blob/v1.31.0/docs/examples/validateOnly.tsx](https://github.com/react-component/field-form/blob/v1.31.0/docs/examples/validateOnly.tsx) 从代码执行看 ![image](https://github.com/user-attachments/assets/995ebb3f-83fa-4274-a15b-2e9c96411d37) ![image](https://github.com/user-attachments/assets/8f5433ae-fd15-4a0e-aa59-569d75059018) 表单校验触发了Field reRender,即使开启`validateOnly`配置

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 55.0.0 to 56.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v56.0.0 New rules prefer-global-this (#2410) 1558cbe prefer-math-min-max (#2432) 7369077 consistent-existence-index-check (#2425) d3e4b80 Breaking Remove better-regex from recommended rules...

dependencies
javascript