Skip to content

Commit

Permalink
Fixed #1321
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtcndkn committed Nov 16, 2016
1 parent 3a7e499 commit de9ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class AutoComplete implements AfterViewInit,DoCheck,AfterViewChecked,Cont
}

show() {
if(!this.panelVisible) {
if(!this.panelVisible && this.focus) {
this.panelVisible = true;
this.panel.style.zIndex = ++DomHandler.zindex;
this.domHandler.fadeIn(this.panel, 200);
Expand Down

0 comments on commit de9ae69

Please sign in to comment.