docs: update documentation

This commit is contained in:
Benjy Cui 2016-03-22 10:31:22 +08:00
parent 095a7d977e
commit 3611c798c1

View File

@ -99,6 +99,8 @@ CustomizedForm = Form.create({})(CustomizedForm);
### Form.Item ### Form.Item
> 一个 From.Item 建议只放一个 child有多个 child 时,`help` `required` `validateStatus` 无法自动生成。
| 参数 | 说明 | 类型 | 可选值 |默认值 | | 参数 | 说明 | 类型 | 可选值 |默认值 |
|-----------|------------------------------------------|------------|-------|--------| |-----------|------------------------------------------|------------|-------|--------|
| label | label 标签的文本 | string | | | | label | label 标签的文本 | string | | |