@magic-xpa/angular 4.801.0 → 4.900.0-dev491.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2552,7 +2552,7 @@ class AccessorMagicService {
|
|
2552
2552
|
if (c.hasError('maxlength'))
|
2553
2553
|
return 'Max length allowed is : ' + c.errors.maxlength.requiredLength;
|
2554
2554
|
if (c.hasError('max'))
|
2555
|
-
return 'Max value
|
2555
|
+
return 'Max value allowed is : ' + c.errors.max.max;
|
2556
2556
|
let controlMetadata = this.task.Records.list[rowId].getControlMetadata(id);
|
2557
2557
|
for (let key of controlMetadata.customValidators.keys()) {
|
2558
2558
|
if (c.hasError(key)) {
|