Skip to content

Commit

Permalink
doc(FormItem): update document (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyuefeng committed Mar 1, 2022
1 parent aaa6e82 commit decdad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-form/README.md
Expand Up @@ -702,6 +702,7 @@ ReactDOM.render(<Demo />, _mount_);
| 参数 | 说明 | 类型 | 默认值 |
|--------- |-------- |--------- |-------- |
| label | 表单标题展示 | string | - |
| required | 表单是否必填标识 | boolean | - |
| labelClassName | 表单标题样式名称 | string | - |
| labelStyle | 表单标题样式 | object | - |
| labelFor | 列的宽度相对于同一网格中其他列的比率 | number | - |
Expand Down

0 comments on commit decdad0

Please sign in to comment.