form
form copied to clipboard
Allows to easily create, process and reuse HTML forms
Adds more helpful exceptions when properties cannot be accessed/set using forms. Closes https://github.com/symfony/symfony/issues/46867.
fixed return value of symfony 'current' function, because php native 'current' function may return 'false' with empty array
fixed return value of symfony 'current' function, because php native 'current' function may return 'false' with empty array
Previously, if you try to use this guesser with a Time field without seconds, this fails because it doesn't take the withSeconds parameter into consideration. Now, this will add `input_format`...