Skip to content

Commit 965529d

Browse files
committed
update readme
1 parent 4d75567 commit 965529d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pnpm build
259259
| meta | FormMeta | 表单元数据定义 |
260260
| form | FormInstance | 表单实例 |
261261
| onBlur | (formCode?: string) => void | 表单失去焦点事件 |
262+
| onValuesChange | (partial:any,values:any,formCode?:string)=>void | 表单值更新事件 |
262263
| onFinish | (values: any, formCode?: string) => void | 表单提交回调 |
263264
| header | React.ReactNode | 表单头部内容 |
264265
| footer | React.ReactNode | 表单底部内容 |

0 commit comments

Comments
 (0)