We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3f43c commit bf20426Copy full SHA for bf20426
material.angular.io/src/app/pages/component-viewer/token-table.html
@@ -10,7 +10,7 @@
10
11
<mat-form-field subscriptSizing="dynamic" appearance="outline">
12
<mat-label>Filter by type</mat-label>
13
- <mat-select (selectionChange)="typeFilter.set($event.value)">
+ <mat-select [value]="typeFilter()" (selectionChange)="typeFilter.set($event.value)">
14
@for (type of types; track $index) {
15
<mat-option [value]="type">{{type | titlecase}}</mat-option>
16
}
0 commit comments