Placeholder auf Deutsch.

This commit is contained in:
aoezdemir 2024-03-20 23:18:18 +01:00
parent 5fb7ecd08e
commit c1d0100216
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<input <input
matInput matInput
formControlName="firstName" formControlName="firstName"
placeholder="First name" placeholder="Name"
required /> required />
</mat-form-field> </mat-form-field>
@ -18,7 +18,7 @@
<input <input
matInput matInput
formControlName="lastName" formControlName="lastName"
placeholder="Last name" placeholder="Nachname"
required /> required />
</mat-form-field> </mat-form-field>
@ -29,7 +29,7 @@
[matDatepicker]="birthdatePicker" [matDatepicker]="birthdatePicker"
formControlName="birthdate" formControlName="birthdate"
required /> required />
<mat-hint>MM.DD.YYYY</mat-hint> <mat-hint>DD.MM.YYYY</mat-hint>
<mat-datepicker-toggle <mat-datepicker-toggle
matSuffix matSuffix
[for]="birthdatePicker"></mat-datepicker-toggle> [for]="birthdatePicker"></mat-datepicker-toggle>