This commit is contained in:
Yuri Kuznetsov
2022-08-05 17:08:54 +03:00
parent 2e688d7671
commit 77d5e1997d
+2 -1
View File
@@ -371,7 +371,8 @@ define('views/fields/varchar', ['views/fields/base', 'helpers/reg-exp-pattern'],
let value = this.$element.val().toString().trim();
if (!value) {
return null;
// @todo Change to `null` in v7.4 (and for all other fields).
return false;
}
return {