<mat-select [formControl]="itemControl" required [(value)]="itemValue"> <mat-option>--</mat-option> <mat-option *ngFor="let item of items" ...
確定! 回上一頁