<igx-select #select1 [placeholder]="'Pick One'"> <label igxLabel>Select Label</label> <igx-select-item *ngFor="let item of items" [value]="item.field"> ...
確定! 回上一頁