ant-design/components/form/demo/dependencies.md
二货爱吃白萝卜 8d7dd80120
docs: Update batch of docs & demos (#44509)
* docs: update select opt

* docs: update form deps demo

* docs: upload onChange

* docs: update form nest Form.List demo
2023-08-29 18:47:41 +08:00

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.