Close autocomplete panel if a blur value is added.

This commit is contained in:
Konstantinos Triantafyllou 2023-04-28 12:56:01 +03:00
parent a1fd03a444
commit e84398f667
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
if(!isNullOrUndefined(fromBlur)){
this.optionSelectedInternal(fromBlur);
this.autocompleteTrigger.closePanel();
// consumed and flush
this.onSelectAutoCompleteValue.next(null);
this.valueOnBlur.next(null);