We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c50cf commit 5ce2688Copy full SHA for 5ce2688
components/form/utils/validateUtil.ts
@@ -32,6 +32,7 @@ async function validateRule(
32
33
// Bug of `async-validator`
34
delete (cloneRule as any).ruleIndex;
35
+ delete (cloneRule as any).trigger;
36
37
// We should special handle array validate
38
let subRuleField: RuleObject = null;
0 commit comments