Closed
Description
Since 2.6, the Date, DateTime and Time form fields have an option html5
which defaults to true
. This option allows you to disable rendering a single widget as a html5 date type. This way, you can use some custom JS datepicker.
The option was introduced in symfony/symfony#8291 and renamed in symfony/symfony#11994