File size: 325 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
## 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.
|