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
validateTrigger
现在只有 Form.Item 组件有 validateTrigger 属性,当表单的所有字段需要修改校验时机时需要对每个 Form.Item 进行修改,建议给 Form 增加一个 validateTrigger 属性用于对表单组件的全局修改
interface FormProps { validateTrigger: string | string[]; }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
这个功能解决了什么问题?
现在只有 Form.Item 组件有
validateTrigger
属性,当表单的所有字段需要修改校验时机时需要对每个 Form.Item 进行修改,建议给 Form 增加一个validateTrigger
属性用于对表单组件的全局修改你期望的组件设计是怎样的?
The text was updated successfully, but these errors were encountered: