create base class for validators

This commit is contained in:
2020-09-08 14:33:31 +02:00
parent 2246ac9ee0
commit b0d5261a0a
6 changed files with 47 additions and 7 deletions
@@ -313,6 +313,10 @@
handledGroups.push(field);
component.set(errorGroup);
}
else
{
component.clear();
}
}
else
{