feat: show placeholders for individual date parts in date of birth field

This commit is contained in:
Björn Fromme
2025-10-22 10:10:02 +02:00
parent a2cfb693e0
commit 0e6c31b8ce
2 changed files with 21 additions and 5 deletions
-5
View File
@@ -171,11 +171,6 @@ class BookingParticipantType extends AbstractType
'attr' => [
'class' => 'flex items-center space-x-2',
],
'placeholder' => [
'year' => 'Jahr',
'month' => 'Monat',
'day' => 'Tag',
],
], $getFieldState('dateOfBirth')))
->add('gender', ChoiceType::class, $this->mergeFieldState([
'label' => 'Geschlecht',