@ascentgl/ads-ui 0.0.162 → 0.0.164
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.
|
@@ -2362,7 +2362,6 @@ class AbstractBaseComponent {
|
|
|
2362
2362
|
}
|
|
2363
2363
|
if (this.valueControl.valid !== this.displayControl.valid) {
|
|
2364
2364
|
this.displayControl.setErrors(this.valueControl.errors);
|
|
2365
|
-
this.displayControl.updateValueAndValidity({ emitEvent: false });
|
|
2366
2365
|
}
|
|
2367
2366
|
}
|
|
2368
2367
|
/** @ignore */
|