Close autocomplete panel if a blur value is added.
This commit is contained in:
parent
a1fd03a444
commit
e84398f667
|
@ -158,7 +158,7 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
|
||||||
|
|
||||||
if(!isNullOrUndefined(fromBlur)){
|
if(!isNullOrUndefined(fromBlur)){
|
||||||
this.optionSelectedInternal(fromBlur);
|
this.optionSelectedInternal(fromBlur);
|
||||||
|
this.autocompleteTrigger.closePanel();
|
||||||
// consumed and flush
|
// consumed and flush
|
||||||
this.onSelectAutoCompleteValue.next(null);
|
this.onSelectAutoCompleteValue.next(null);
|
||||||
this.valueOnBlur.next(null);
|
this.valueOnBlur.next(null);
|
||||||
|
|
Loading…
Reference in New Issue