mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
update form index.md
This commit is contained in:
parent
e052b6e1ec
commit
910203a554
@ -85,7 +85,9 @@ CustomizedForm = Form.create({})(CustomizedForm);
|
|||||||
|
|
||||||
#### this.props.form.getFieldProps(id, options)
|
#### this.props.form.getFieldProps(id, options)
|
||||||
|
|
||||||
`getFieldProps` 返回的属性包括 `id`、`value`(或你设置的其它 `valuePropName`)、`ref`、`onChange`(或者你设置的其它 `trigger` `validateTrigger`),所以不应再设置同样的属性,以免冲突。如果对其返回值的细节有兴趣,可以 `console.log` 出来查看。
|
`getFieldProps` 返回的属性包括 `id`、`value`(或你设置的其它 `valuePropName`)、`ref`、`onChange`(或者你设置的其它 `trigger` `validateTrigger`),所以不应再设置同样的属性,以免冲突。如果对其返回值的细节有兴趣,可以 `console.log` 出来查看。
|
||||||
|
|
||||||
|
> 在表单中 `defaultValue` 也不应该被设置,请使用下面的 `initialValue`。
|
||||||
|
|
||||||
| 参数 | 说明 | 类型 | 可选值 |默认值 |
|
| 参数 | 说明 | 类型 | 可选值 |默认值 |
|
||||||
|-----------|------------------------------------------|------------|-------|--------|
|
|-----------|------------------------------------------|------------|-------|--------|
|
||||||
|
Loading…
Reference in New Issue
Block a user