fix modal autofocus problem, datepicker not shown on begin date (#653)

This commit is contained in:
Kevin Papst
2019-03-22 15:00:59 +01:00
committed by GitHub
parent 6a68dc6e4f
commit e990ae4800
7 changed files with 64465 additions and 91 deletions

View File

@@ -111,9 +111,6 @@ class TimesheetEditForm extends AbstractType
'label' => 'label.begin',
'model_timezone' => $timezone,
'view_timezone' => $timezone,
'attr' => [
'autofocus' => 'autofocus',
],
]);
}