@magic-xpa/angular 4.800.0-dev480.213 → 4.800.0-dev480.217

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.
@@ -2202,6 +2202,7 @@
2202
2202
  control.setValidators([control.validator, this.customValidator(guiRowId.toString(), controlId)]);
2203
2203
  else
2204
2204
  control.setValidators(this.customValidator(guiRowId.toString(), controlId));
2205
+ control.updateValueAndValidity();
2205
2206
  }
2206
2207
  }
2207
2208
  break;