@ascentgl/ads-ui 0.0.163 → 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 */
|
|
@@ -4117,7 +4116,6 @@ class AdsSearchDropdownComponent extends AbstractDropdownComponent {
|
|
|
4117
4116
|
* make sure displayControl has the same validators as control
|
|
4118
4117
|
*/
|
|
4119
4118
|
this.displayControl.addValidators(this.valueControl.validator ?? []);
|
|
4120
|
-
this.displayControl.addAsyncValidators(this.valueControl.asyncValidator ?? []);
|
|
4121
4119
|
/**
|
|
4122
4120
|
* required validator must be set manually in this component
|
|
4123
4121
|
* because controls are disconnected from input field
|