Skip to content

Commit

Permalink
docs(Submit): fix table style (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzcl authored and janryWang committed Jul 29, 2019
1 parent be60ea7 commit d59436b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/API/Submit.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ import { Submit } from '@uform/next(antd)'
> 原有组件的 loading 属性会被扩展的 showLoading 属性所替代
**扩展属性**

| 属性名称 | 属性描述 | 属性类型 | 默认值 | 可选值 |
| ---- | ---- | ---- | --- | --- |
| showLoading | 主要用于控制Submit组件是否自动展示loading图标,要求SchemaForm的onSubmit回调必须返回Promise对象才会生效。 | `boolean` | | |
| showLoading | 主要用于控制Submit组件是否自动展示loading图标,要求SchemaForm的onSubmit回调必须返回Promise对象才会生效。 | `boolean` | - | - |

## 用例

Expand Down

0 comments on commit d59436b

Please sign in to comment.