mirror of
https://github.com/youzan/vant.git
synced 2026-01-16 07:02:16 +08:00
fix(Field): should not reset validation after blured (#8412)
This commit is contained in:
@@ -288,7 +288,9 @@ export default createComponent({
|
||||
return defaultTrigger;
|
||||
});
|
||||
|
||||
this.validate(rules);
|
||||
if (rules.length) {
|
||||
this.validate(rules);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user