@sumaris-net/ngx-components 18.2.11 → 18.2.13
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.
|
@@ -7996,7 +7996,7 @@ class MatAutocompleteField {
|
|
|
7996
7996
|
}));
|
|
7997
7997
|
// Reload items on focus
|
|
7998
7998
|
if (this.reloadItemsOnFocus) {
|
|
7999
|
-
this._subscription.add(this.focused.subscribe(() => this.reloadItems()));
|
|
7999
|
+
this._subscription.add(this.focused.pipe(skip(1)).subscribe(() => this.reloadItems()));
|
|
8000
8000
|
}
|
|
8001
8001
|
}
|
|
8002
8002
|
ngAfterViewInit() {
|