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 25665dc commit 04668e0Copy full SHA for 04668e0
src/components-examples/material/input/input-clearable/input-clearable-example.html
@@ -1,7 +1,7 @@
1
<mat-form-field class="example-form-field">
2
<mat-label>Clearable input</mat-label>
3
<input matInput type="text" [(ngModel)]="value">
4
- <button mat-button *ngIf="value" matSuffix mat-icon-button aria-label="Clear" (click)="value=''">
+ <button *ngIf="value" matSuffix mat-icon-button aria-label="Clear" (click)="value=''">
5
<mat-icon>close</mat-icon>
6
</button>
7
</mat-form-field>
0 commit comments