8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
我的自定义表格组件实时触发校验有问题,所以使用 trigger 失焦触发校验,但是不生效。
对象模式 componentValidate 配置:
componentValidate: { method: 'myCustomValidateMethod', trigger: ['blur'], }
发现是图中的 delete 把配置的自定义校验方法删掉了,后续自定义组件 blur、手动 validate 再触发校验会报错:未找到自定义方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的自定义表格组件实时触发校验有问题,所以使用 trigger 失焦触发校验,但是不生效。
对象模式 componentValidate 配置:
发现是图中的 delete 把配置的自定义校验方法删掉了,后续自定义组件 blur、手动 validate 再触发校验会报错:未找到自定义方法
The text was updated successfully, but these errors were encountered: