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
三个组件的校验规则都是
{ min: 6, max: 16, message: '密码长度不能小于6且超过16个字符', }
其中StrengthMeter符合条件后,并没有移除错误提示
The text was updated successfully, but these errors were encountered:
f5ce480
@gavin-james 已修复,这个校验引发的原因具体可以看 #3071
Sorry, something went wrong.
No branches or pull requests
三个组件的校验规则都是
其中StrengthMeter符合条件后,并没有移除错误提示
iShot_2023-10-10_10.48.50.mp4
The text was updated successfully, but these errors were encountered: