File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ the documentation for each type.
667
667
is left blank. If you don't want this behavior, either
668
668
:ref: `disable HTML5 validation <book-forms-html5-validation-disable >`
669
669
or set the ``required `` option on your field to ``false ``::
670
-
670
+
671
671
->add('dueDate', DateType::class, array(
672
672
'widget' => 'single_text',
673
673
'required' => false
@@ -1113,8 +1113,8 @@ the choice is ultimately up to you.
1113
1113
return 'app_bundle_password';
1114
1114
}
1115
1115
1116
- Read the chapter ":doc: `/cookbook/form/create_custom_field_type.html `" for
1117
- more information.
1116
+ Read the ":doc: `/cookbook/form/create_custom_field_type `" chapter for more
1117
+ information.
1118
1118
1119
1119
.. tip ::
1120
1120
You can’t perform that action at this time.
0 commit comments