feat: improved form field layout for date of birth
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user