We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131b5fe commit 3a64f66Copy full SHA for 3a64f66
forms.rst
@@ -901,7 +901,7 @@ the following options will be guessed too:
901
902
If you'd like to change one of the guessed values, override it in the options field array::
903
904
- ->add('task', options: ['attr' => ['maxlength' => 4]])
+ $builder->add('task', options: ['attr' => ['maxlength' => 4]])
905
906
.. seealso::
907
0 commit comments