This commit is contained in:
2019-04-03 23:22:49 +00:00
parent 4de7ed8a88
commit 8636fd8b8b
2 changed files with 10 additions and 4 deletions

View File

@@ -477,7 +477,10 @@ Here are all the API level error codes that can be returned by the API server:
return o.target == ref;
});
console.log("Removed:");
console.log(m);
//if a target was hit then need to trigger validate again for it to remove the error message
if (m.length > 0) {
var ctrl = getControl(v, ref);
ctrl.errorMessages=[];
}
}
};