We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
props.showDefaultActions设置为false后,submitOnEnter设置为true将不起作用,change事件正常
const [Form, formApi] = useTableForm({ handleSubmit: () => { console.log('onSubmit'); }, showDefaultActions: false, submitOnEnter: true, });
window NODE: '20.14.0'
No response
The text was updated successfully, but these errors were encountered:
这也不算bug吧。你是想在不使用操作按钮的情况下。也能按回车触发提交?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
props.showDefaultActions设置为false后,submitOnEnter设置为true将不起作用,change事件正常
Reproduction
const [Form, formApi] = useTableForm({
handleSubmit: () => {
console.log('onSubmit');
},
showDefaultActions: false,
submitOnEnter: true,
});
System Info
window NODE: '20.14.0'
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: