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.stateChanges.next();
|
||||
|
||||
if (!this.focused) {
|
||||
this.autocompleteTrigger?.closePanel();
|
||||
}
|
||||
// if (!this.focused) {
|
||||
// this.autocompleteTrigger?.closePanel();
|
||||
// }
|
||||
});
|
||||
|
||||
if (this.ngControl != null) {
|
||||
|
|
Loading…
Reference in New Issue