mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 00:29:12 +08:00
7c23e51400
* docs: fix wrong anchor for form#dependencies * test: update snapshot * scripts: add new badcases to reporter * scripts: added one * scripts: copy new added imgs * scripts: fix filename * scripts: fix path * scripts: fix src and dest
8 lines
325 B
Markdown
8 lines
325 B
Markdown
## zh-CN
|
|
|
|
Form.Item 可以通过 `dependencies` 属性,设置关联字段。当关联字段的值发生变化时,会触发校验与更新。
|
|
|
|
## en-US
|
|
|
|
Form.Item can set the associated field through the `dependencies` property. When the value of the associated field changes, the validation and update will be triggered.
|