feat: improved form field layout for date of birth

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 44e2d76525
commit d0c8302d21
2 changed files with 5 additions and 3 deletions
+1 -3
View File
@@ -168,9 +168,7 @@ class BookingParticipantType extends AbstractType
'label' => 'Geburtsdatum',
'widget' => 'text',
'input' => 'datetime_immutable',
'attr' => [
'class' => 'flex items-center space-x-2',
],
'html5' => false,
], $getFieldState('dateOfBirth')))
->add('gender', ChoiceType::class, $this->mergeFieldState([
'label' => 'Geschlecht',