We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d75567 commit 965529dCopy full SHA for 965529d
1 file changed
README.md
@@ -259,6 +259,7 @@ pnpm build
259
| meta | FormMeta | 表单元数据定义 |
260
| form | FormInstance | 表单实例 |
261
| onBlur | (formCode?: string) => void | 表单失去焦点事件 |
262
+| onValuesChange | (partial:any,values:any,formCode?:string)=>void | 表单值更新事件 |
263
| onFinish | (values: any, formCode?: string) => void | 表单提交回调 |
264
| header | React.ReactNode | 表单头部内容 |
265
| footer | React.ReactNode | 表单底部内容 |
0 commit comments