fix autocomplete selection from laptop touchpad
This commit is contained in:
parent
ea3b1a762d
commit
945aa9ee30
|
@ -182,9 +182,9 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
|
||||||
this.focused = !!origin;
|
this.focused = !!origin;
|
||||||
this.stateChanges.next();
|
this.stateChanges.next();
|
||||||
|
|
||||||
if (!this.focused) {
|
// if (!this.focused) {
|
||||||
this.autocompleteTrigger?.closePanel();
|
// this.autocompleteTrigger?.closePanel();
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.ngControl != null) {
|
if (this.ngControl != null) {
|
||||||
|
|
Loading…
Reference in New Issue