We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61bae05 + a556025 commit ee62dcdCopy full SHA for ee62dcd
src/Form/Type/DateTimePickerType.php
@@ -51,6 +51,7 @@ public function configureOptions(OptionsResolver $resolver)
51
{
52
$resolver->setDefaults([
53
'widget' => 'single_text',
54
+ 'html5' => false,
55
]);
56
}
57
0 commit comments