We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebfb4e commit 1f3f808Copy full SHA for 1f3f808
packages/react-vant/src/components/form/README.md
@@ -82,7 +82,7 @@ Form.List 为字段提供数组化管理。
82
Form.Item 的布局是基于 `Field` 实现的,所以它支持 [Field](./field#props) 的部分属性
83
84
| 参数 | 说明 | 类型 | 默认值 |
85
-| --- | --- | --- | --- | --- | --- | --- |
+| --- | --- | --- | --- |
86
| dependencies | 设置依赖字段,说明见下 | `string | number | (string | number)[]` | - |
87
| disabled | 是否禁用 | `boolean` | 父级 Form 的 `disabled` |
88
| initialValue | 设置子元素默认值,如果与 Form 的 `initialValues` 冲突则以 Form 为准 | `any` | - |
0 commit comments