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
matInput
formControlName="firstName"
placeholder="First name"
placeholder="Name"
alioezdemir marked this conversation as resolved Outdated

Placeholder auf Deutsch

Placeholder auf Deutsch
required />
</mat-form-field>
@ -18,7 +18,7 @@
<input
matInput
formControlName="lastName"
placeholder="Last name"
placeholder="Nachname"
alioezdemir marked this conversation as resolved Outdated

Placeholder auf Deutsch

Placeholder auf Deutsch
required />
</mat-form-field>
@ -29,7 +29,7 @@
[matDatepicker]="birthdatePicker"
formControlName="birthdate"
required />
<mat-hint>MM.DD.YYYY</mat-hint>
<mat-hint>DD.MM.YYYY</mat-hint>
alioezdemir marked this conversation as resolved Outdated

Hint muss hier DD.MM.YYYY sein

Hint muss hier DD.MM.YYYY sein
<mat-datepicker-toggle
matSuffix
[for]="birthdatePicker"></mat-datepicker-toggle>