Closed
Description
Symfony version(s) affected
6.3.x
Description
#49588 breaks forms with this combination ['html5' => false, 'widget' => 'single_text']
. It is not possible to use single_text
without html mode anymore.
We've custom form extensions built on top of this behaviour which rendered a single text field for dates and drop-downs for time, it doesn't work anymore.
How to reproduce
I don't have a reproducer yet, I will see if I can provide one.
Possible Solution
No response
Additional Context
No response