This commit is contained in:
2019-03-22 21:42:22 +00:00
parent e8e7a15f82
commit 64fe3fbbbf
2 changed files with 7 additions and 4 deletions

View File

@@ -85,13 +85,10 @@ export default {
}
var value = getControlValue(ctrl);
if (!isEmpty(value)) {
if (isEmpty(value)) {
return false;
}
if (_.isEmpty(value)) {
return false;
}
if (value.length > max) {
//get the localized rule text