Merge Anmeldeformular into main #21

Merged
it-as merged 23 commits from Anmeldeformular into main 2024-04-26 14:40:21 +02:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c1d0100216 - Show all commits

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>