Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
show class is required for dropdown in bootstrap 4
  • Loading branch information
roolebo committed Apr 17, 2017
1 parent 6d85443 commit 8725bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let styles = `
*ngIf="multiple === false"
(keyup)="mainClick($event)"
[offClick]="clickedOutside"
class="ui-select-container dropdown open">
class="ui-select-container dropdown open show">
<div [ngClass]="{'ui-disabled': disabled}"></div>
<div class="ui-select-match"
*ngIf="!inputMode">
Expand Down

0 comments on commit 8725bd8

Please sign in to comment.