You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @QuentinCurtet, thank you for opening this issue. The list of options if actually missing some inherited ones yes.
By checking all FormType options, you can see all of them as usable unless they appear in the (up to date) overridden section.
This PR was merged into the 2.8 branch.
Discussion
----------
Added the missing attr option in TextType
Fixes#9949.
Commits
-------
ae11a5b Added the missing attr option in TextType
Hello,
This doc : https://symfony.com/doc/current/reference/forms/types/text.html said that it's actually not possible to use "attr" option on a TextType but when we use it, it's ok and the 'attr' is affected to the field.
Example of config :
The text was updated successfully, but these errors were encountered: