form icon indicating copy to clipboard operation
form copied to clipboard

Allows to easily create, process and reuse HTML forms

Results 4 form issues
Sort by recently updated
recently updated
newest added

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`...