Skip to content

Commit

Permalink
fix(close): dropdown by missclick (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKuryatnick authored and valorkin committed Nov 11, 2016
1 parent ba627d0 commit 43b4c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<div [ngClass]="{'ui-disabled': disabled}"></div>
<span class="ui-select-match">
Expand Down

0 comments on commit 43b4c10

Please sign in to comment.