Answers for "mat-select-panel-wrap change position"

0

mat-select-panel-wrap change position

<mat-select placeholder="Language" disableOptionCentering panelClass="myPanelClass">
    <mat-option *ngFor="let locale of locales" [value]="locale">
        {{locale}}
    </mat-option>
</mat-select>
Posted by: Guest on November-08-2020
0

mat-select-panel-wrap change position

.myPanelClass{
    margin-top: 30px !important; 
}
Posted by: Guest on November-08-2020

Code answers related to "mat-select-panel-wrap change position"

Browse Popular Code Answers by Language