Update index.zh.md - #6783
Open
ouba421 wants to merge 1 commit into
Open
Conversation
添加validateFields 第二个参数的文档注释
Contributor
zombieJ
reviewed
Nov 13, 2024
| | setFieldsValue | 设置表单的值(该值将直接传入 form store 中。如果你不希望传入对象被修改,请克隆后传入) | `(values) => void` | | ||
| | submit | 提交表单,与点击 `submit` 按钮效果相同 | `() => void` | | ||
| | validateFields | 触发表单验证 | `(nameList?: NamePath[]) => Promise` | | ||
| | validateFields | 触发表单验证,设置 recursive 时会递归校验所有包含的路径 | `(nameList?: NamePath[], config?: {recursive: boolean}) => Promise` | |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6783 +/- ##
=======================================
Coverage 92.72% 92.72%
=======================================
Files 335 335
Lines 7198 7198
Branches 1804 1792 -12
=======================================
Hits 6674 6674
Misses 489 489
Partials 35 35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

添加validateFields 第二个参数的文档注释