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 acac19f commit 0cb0a4fCopy full SHA for 0cb0a4f
book/forms.rst
@@ -687,7 +687,7 @@ the documentation for each type.
687
:ref:`disable HTML5 validation <book-forms-html5-validation-disable>`
688
or set the ``required`` option on your field to ``false``::
689
690
- ->add('dueDate', 'date', array(
+ ->add('dueDate', DateType::class, array(
691
'widget' => 'single_text',
692
'required' => false
693
))
@@ -1143,8 +1143,8 @@ the choice is ultimately up to you.
1143
return 'app_bundle_password';
1144
}
1145
1146
- Read the chapter ":doc:`/cookbook/form/create_custom_field_type.html`" for
1147
- more information.
+ Read the ":doc:`/cookbook/form/create_custom_field_type`" chapter for more
+ information.
1148
1149
.. tip::
1150
0 commit comments