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