This commit is contained in:
afc163 2017-04-16 00:03:47 +08:00
parent 228cc9eff4
commit 03e9a97e2b

View File

@ -125,7 +125,7 @@ CustomizedForm = Form.create({})(CustomizedForm);
| required | 是否必填,如不设置,则会根据校验规则自动生成 | boolean | false |
| validateStatus | 校验状态,如不设置,则会根据校验规则自动生成,可选:'success' 'warning' 'error' 'validating' | string | |
| hasFeedback | 配合 validateStatus 属性使用,展示校验状态图标,建议只配合 Input 组件使用 | boolean | false |
| colon | 配合 label 属性使用,表示是否显示 label 后面的号 | boolean | true |
| colon | 配合 label 属性使用,表示是否显示 label 后面的号 | boolean | true |
### 校验规则