mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-03 07:01:38 +00:00
(forms/fields) Fix: Example of form field where both label and placeholder don't work correctly
This commit is contained in:
parent
a190f6b54b
commit
bcb780a6ac
@ -161,7 +161,11 @@
|
||||
<mat-label>Label</mat-label>
|
||||
<input matInput />
|
||||
</mat-form-field>
|
||||
<mat-form-field [ngClass]="formFieldHelpers" class="w-full">
|
||||
<mat-form-field
|
||||
[ngClass]="formFieldHelpers"
|
||||
class="w-full"
|
||||
floatLabel="always"
|
||||
>
|
||||
<mat-label>Label and Placeholder</mat-label>
|
||||
<input matInput [placeholder]="'Placeholder'" />
|
||||
</mat-form-field>
|
||||
|
Loading…
x
Reference in New Issue
Block a user