We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62dcd commit e5c8d21Copy full SHA for e5c8d21
src/Form/Type/DateTimePickerType.php
@@ -51,6 +51,8 @@ public function configureOptions(OptionsResolver $resolver)
51
{
52
$resolver->setDefaults([
53
'widget' => 'single_text',
54
+ // if true, the browser will display the native date picker widget
55
+ // however, this app uses a custom JavaScript widget, so it must be set to false
56
'html5' => false,
57
]);
58
}
0 commit comments