feat: add submitOnChange props to vben form (#5032)
This commit is contained in:
@@ -65,6 +65,8 @@ const formOptions: VbenFormProps = {
|
||||
],
|
||||
// 控制表单是否显示折叠按钮
|
||||
showCollapseButton: true,
|
||||
// 是否在字段值改变时提交表单
|
||||
submitOnChange: true,
|
||||
// 按下回车时是否提交表单
|
||||
submitOnEnter: false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user