谷歌浏览器-Angular Material mat-select不适用于

时间:2019-08-28 10:44:15

标签: angular

Angular Material在chrome浏览器上不起作用,我的代码是

<div class="col-sm-3">
  <mat-select [(ngModel)]="reportFilterObj.VisitorDaylist" placeholder="Select Filter type">
    <mat-option *ngFor="let rpt of ReportType" [value]="rpt">
      {{rpt}}
    </mat-option>
  </mat-select>
</div>

image

0 个答案:

没有答案