@sumaris-net/ngx-components 18.2.10 → 18.2.12
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.
|
@@ -7988,7 +7988,7 @@ class MatAutocompleteField {
|
|
|
7988
7988
|
}));
|
|
7989
7989
|
// Reload items on focus
|
|
7990
7990
|
if (this.reloadItemsOnFocus) {
|
|
7991
|
-
this._subscription.add(this.focused.subscribe(() => this.reloadItems()));
|
|
7991
|
+
this._subscription.add(this.focused.pipe(skip(1)).subscribe(() => this.reloadItems()));
|
|
7992
7992
|
}
|
|
7993
7993
|
}
|
|
7994
7994
|
ngAfterViewInit() {
|