Skip to content

Commit 5ce2688

Browse files
committed
fix: form validate for number tyope, close #5064
1 parent 96c50cf commit 5ce2688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/form/utils/validateUtil.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async function validateRule(
3232

3333
// Bug of `async-validator`
3434
delete (cloneRule as any).ruleIndex;
35+
delete (cloneRule as any).trigger;
3536

3637
// We should special handle array validate
3738
let subRuleField: RuleObject = null;

0 commit comments

Comments
 (0)