This commit is contained in:
@@ -168,6 +168,17 @@ export default {
|
||||
});
|
||||
return err;
|
||||
},
|
||||
// ///////////////////////////////
|
||||
// // REQUIRED STANDALONE
|
||||
// // (used in translation form)
|
||||
// requiredStandAlone(value, fieldName) {
|
||||
// return (
|
||||
// !!value ||
|
||||
// window.$gz.translation
|
||||
// .get("ErrorRequiredFieldEmpty")
|
||||
// .replace(/\{0\}/g, fieldName)
|
||||
// );
|
||||
// },
|
||||
///////////////////////////////
|
||||
// MAXLENGTH
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user