Skip to content

Commit

Permalink
feat(module:auto-complete): close panel when the trigger element blur
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Feb 18, 2019
1 parent 4391112 commit 176d0bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class NzAutocompleteTriggerDirective implements ControlValueAccessor, OnD
}

handleBlur(): void {
this.closePanel();
this._onTouched();
}

Expand Down

0 comments on commit 176d0bd

Please sign in to comment.