Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Apr 27, 2017
1 parent b6bb586 commit 576b046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const DROPDOWN_VALUE_ACCESSOR: any = {
<span class="fa fa-fw fa-caret-down ui-c"></span>
</div>
<div #panel [ngClass]="'ui-dropdown-panel ui-widget-content ui-corner-all ui-helper-hidden ui-shadow'" [@panelState]="panelVisible ? 'visible' : 'hidden'"
[style.display]="panelVisible ? 'block' : 'none'" [style.width.px]="container.clientWidth" [ngStyle]="panelStyle" [class]="panelStyleClass">
[style.display]="panelVisible ? 'block' : 'none'" [style.min-width.px]="container.clientWidth" [ngStyle]="panelStyle" [class]="panelStyleClass">
<div *ngIf="filter" class="ui-dropdown-filter-container" (input)="onFilter($event)" (click)="$event.stopPropagation()">
<input #filter type="text" autocomplete="off" class="ui-dropdown-filter ui-inputtext ui-widget ui-state-default ui-corner-all" [attr.placeholder]="filterPlaceholder">
<span class="fa fa-search"></span>
Expand Down

0 comments on commit 576b046

Please sign in to comment.