Project

General

Profile

« Previous | Next » 

Revision 58238

[Library | Landing-redesign]: Merge from trunk

View differences:

searchFilter.component.html
67 67

  
68 68
              <span *ngIf = "showResultCount === true" class="uk-width-5-6@m uk-width-1-1@s uk-align-right uk-margin-small-bottom">
69 69
                <span class="uk-width-1-4 uk-text-muted"> Sort by:</span>
70
                <select [(ngModel)]="sortBy"
71
                        class="uk-select uk-width-3-4@m uk-width-auto"
72
                        id="form-horizontal-select" name="select_order">
73
                  <option  value="num">Results number</option>
74
                  <option  value="name">Name</option>
75
                </select>
70
                <mat-select [(ngModel)]="sortBy"
71
                        class="uk-select uk-width-3-4@m uk-width-auto matSelection"
72
                        id="form-horizontal-select" name="select_order"
73
                        [disableOptionCentering]="true" panelClass="matSelectionPanel">
74
                  <mat-option  value="num">Results number</mat-option>
75
                  <mat-option  value="name">Name</mat-option>
76
                </mat-select>
76 77
              </span>
77 78
            </div>
78 79

  

Also available in: Unified diff