osl-base-extended 1.1.60 → 1.1.61
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.
|
@@ -3389,8 +3389,8 @@ class OslAutocompleteLister {
|
|
|
3389
3389
|
this.autocompleteData = this.data?.data;
|
|
3390
3390
|
this.loader = true;
|
|
3391
3391
|
await this.getConfig();
|
|
3392
|
-
|
|
3393
|
-
|
|
3392
|
+
await this.search();
|
|
3393
|
+
this.loader = false;
|
|
3394
3394
|
this.cd.markForCheck();
|
|
3395
3395
|
}
|
|
3396
3396
|
async getConfig() {
|