<mat-select #someRef > <mat-option *ngFor="let item of items;" [value]="item"> ... If I understand it correctly, you want to focus select element on load.
確定! 回上一頁