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
在使用 formStep 组件时,希望支持在最后一步提交时校验所有步骤的字段而不只是最后一步的字段。 因为太复杂的表单会有保存功能,保存的时候是不做任何校验的,提交的时候才一次性校验所有步骤里的所有字段。
forceRender: boolean
The text was updated successfully, but these errors were encountered:
这种你可以手动调用 form.query().forEach(field=>field.validate())
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
在使用 formStep 组件时,希望支持在最后一步提交时校验所有步骤的字段而不只是最后一步的字段。
因为太复杂的表单会有保存功能,保存的时候是不做任何校验的,提交的时候才一次性校验所有步骤里的所有字段。
What does the proposed API look like?
forceRender: boolean
The text was updated successfully, but these errors were encountered: