Hi,
Im struggling with input style, I saw that material has outlined input with also floating mode.
The question is - how can I achieve this input:
<mat-form-field appearance="outline">
<mat-label>Outline form field</mat-label>
<input matInput placeholder="Placeholder">
<mat-icon matSuffix>sentiment_very_satisfied</mat-icon>
<mat-hint>Hint</mat-hint>
</mat-form-field>
You can see it in action here: https://stackblitz.com/angular/moyqbvarjgpa?file=src%2Fapp%2Fform-field-appearance-example.html