From 43b4c1074fb4700e20b24b35f12ba4c1619b152c Mon Sep 17 00:00:00 2001 From: Sergey Kuryatnick Date: Fri, 11 Nov 2016 14:31:26 +0200 Subject: [PATCH] fix(close): dropdown by missclick (#515) --- components/select/select.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/select.ts b/components/select/select.ts index 77813e2b..286dcfe3 100755 --- a/components/select/select.ts +++ b/components/select/select.ts @@ -173,6 +173,7 @@ let styles = ` *ngIf="multiple === true" (keyup)="mainClick($event)" (focus)="focusToInput('')" + [offClick]="clickedOutside" class="ui-select-container ui-select-multiple dropdown form-control open">