由于某种原因,使用 Angular 8 这个参数 never 在 mat-select 上对我不起作用。
<mat-form-field appearance="outline" floatLabel="never">
<mat-label>Lesson</mat-label>
<mat-select [(value)]="selected" (selectionChange)="onMenuChange($event.value)">
<mat-option value="T1">Lesson 1</mat-option>
<mat-option value="T2">Lesson 2</mat-option>
<mat-option value="T3">Lesson 3</mat-option>
</mat-select>
</mat-form-field>
Run Code Online (Sandbox Code Playgroud)
始终和自动工作,但似乎永远不会让它消失。
归档时间: |
|
查看次数: |
10949 次 |
最近记录: |