Note about using "with" keyword with form_theme to pass an array #3643
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Add a note to the form theming docs to say that you can pass an array if you use the "with" keyword first. Trying to pass an array without "with" causes an error but luckily I found a github thread that mentioned the magic "with":
symfony/symfony#3576 (comment)
Would be better if a note about this could be added to the docs instead.
The text was updated successfully, but these errors were encountered: