Skip to content

Commit

Permalink
docs(API): Fix jump link can't jump in doc site. alibaba#59
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 14, 2019
1 parent 8575ab8 commit 724affd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/API/SchemaForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ import SchemaForm from '@uform/next(antd)'
| value | 表单值,受控态使用 | Object | {} |
| initialValues | 表单值,受控态使用 | Object | {} |
| locale | 表单国际化文案 | Object | {} |
| schema | 表单json schema,具体参考 [扩展规范](/#/MpI2Ij/DVSLSafN) | Object | {type:"object",properties:{}} |
| schema | 表单json schema,具体参考 [扩展规范](#/MpI2Ij/DVSLSafN) | Object | {type:"object",properties:{}} |
| onChange | 表单变化事件回调 | `Function(values : Object){}` | |
| onSubmit | 表单提交事件回调 | `Function(values : Object){}` | |
| onReset | 表单重置事件回调 | `Function(values : Object){}` | |
| onValidateFailed | 表单校验失败事件回调 | Function | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](/#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](/#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| effects | 副作用处理函数 | Function | |

## 副作用处理
Expand Down
4 changes: 2 additions & 2 deletions docs/API/SchemaForm_React.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import SchemaForm from '@uform/react'
| value | 表单值,受控态使用 | Object | {} |
| initialValues | 表单值,受控态使用 | Object | {} |
| locale | 表单国际化文案 | Object | {} |
| schema | 表单json schema,具体参考 [扩展规范](/#/MpI2Ij/DVSLSafN) | Object | {type:"object",properties:{}} |
| schema | 表单json schema,具体参考 [扩展规范](#/MpI2Ij/DVSLSafN) | Object | {type:"object",properties:{}} |
| onChange | 表单变化事件回调 | `Function(values : Object){}` | |
| onSubmit | 表单提交事件回调 | `Function(values : Object){}` | |
| onReset | 表单重置事件回调 | `Function(values : Object){}` | |
| onValidateFailed | 表单校验失败事件回调 | Function | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](/#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](/#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| effects | 副作用处理函数 | Function | |


Expand Down

0 comments on commit 724affd

Please sign in to comment.