Skip to content

Commit

Permalink
Fix DateTimePicker widget
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Oct 19, 2018
1 parent 61bae05 commit a556025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Type/DateTimePickerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function configureOptions(OptionsResolver $resolver)
{
$resolver->setDefaults([
'widget' => 'single_text',
'html5' => false,
]);
}

Expand Down

0 comments on commit a556025

Please sign in to comment.