Closed
Description
In this page: https://symfony.com/doc/4.4/reference/forms/types/date.html#html5
We say that adding ['html5' => true]
is enough to display a native browser widget to pick dates.
I can't make it work. I need to use ['html5' => true, 'widget' => 'single_text']
to render those native widgets.
Am I doing something wrong or should we update the docs? Thanks!