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 84d8f5b commit cdf8309Copy full SHA for cdf8309
src/material-examples/form-field-prefix-suffix/form-field-prefix-suffix-example.html
@@ -1,7 +1,7 @@
1
<div class="example-container">
2
<mat-form-field>
3
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 'text'">
4
- <mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility' : 'visibility_off'}}</mat-icon>
+ <mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
5
</mat-form-field>
6
7
0 commit comments