cant disappear placeholder after focus on it
问题 Here I am using the angular material form for login form using Angular5. when the applications starts, the login form placeholder couldn't be over-written. But once one I logged in and logged out, then only the input fields would be over written. Screenshot <form [formGroup]="loginform" class="login-form"> <mat-icon style="font-size: 30px ">account_circle</mat-icon> <mat-form-field class="example-full-width"> <input matInput placeholder="Username" formControlName="userName"> </mat-form-field>