-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.5
Environment
^3.2.5
Reproduction link
Steps to reproduce
如代码创建校验类
What is expected?
在输入满足规则的内容(10 个数字)后,点击“提交”,不出现校验错误提示
What is actually happening?
在输入满足规则的内容(10 个数字)后,校验提示在不停点击“提交”时,交替出现
但是把 field1Rule 属性写在 testField1 方法里面就没问题