@magic-xpa/angular 4.900.0-dev490.67 → 4.900.0-dev490.70

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.
@@ -3289,6 +3289,7 @@ class MgformatMagicDirective {
3289
3289
  else {
3290
3290
  if (attr == StorageAttribute.ALPHA || attr == StorageAttribute.UNICODE) {
3291
3291
  control.setValidators(Validators.maxLength(pic.getMaskLength()));
3292
+ control.updateValueAndValidity();
3292
3293
  }
3293
3294
  }
3294
3295
  }