@sumaris-net/ngx-components 18.6.19-alpha4 → 18.6.19-alpha5
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.
|
@@ -8301,6 +8301,9 @@ class MatAutocompleteField {
|
|
|
8301
8301
|
//if (this.debug) console.debug(this.logPrefix + ' Cancelling focus event');
|
|
8302
8302
|
return false;
|
|
8303
8303
|
}
|
|
8304
|
+
// Already focused
|
|
8305
|
+
if (this._focused)
|
|
8306
|
+
return false;
|
|
8304
8307
|
this._focused = true;
|
|
8305
8308
|
// DEBUG
|
|
8306
8309
|
//if (this.debug) console.debug(this.logPrefix + ' Select input content');
|