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
errorChanged
The text was updated successfully, but these errors were encountered:
翻看源码,在src/form/form-validator.ts文件我们可以找到,当验证参数只有cb时(validate(cb?: any)方法)即我们表单什么都没有填的这种情况下,errorChanged确实是没有定义,而是直接调用的(没有仔细看为啥注释掉了原本的let定义,也许只是不想给errorChanged直接赋值为false)。但是到后面有值验证时( validateField(name, value, cb?)),它是定义了的。
Sorry, something went wrong.
99157e2
No branches or pull requests
Bug描述
errorChanged
版本信息
https://www.npmjs.com/package/weui-miniprogram
The text was updated successfully, but these errors were encountered: