File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ for more details.
38
38
date_label
39
39
~~~~~~~~~~
40
40
41
- **type **: ``string `` | ``null `` **default **: The label is "guessed" from the field name
41
+ **type **: ``string `` | ``null `` **default **: `` null ``
42
42
43
- Sets the label that will be used when rendering the date widget. Setting it to
44
- ``false `` will suppress the label::
43
+ Sets the label that will be used when rendering the date widget::
45
44
46
45
use Symfony\Component\Form\Extension\Core\Type\DateTimeType;
47
46
@@ -136,10 +135,9 @@ input_format
136
135
time_label
137
136
~~~~~~~~~~
138
137
139
- **type **: ``string `` | ``null `` **default **: The label is "guessed" from the field name
138
+ **type **: ``string `` | ``null `` **default **: `` null ``
140
139
141
- Sets the label that will be used when rendering the time widget. Setting it to
142
- ``false `` will suppress the label::
140
+ Sets the label that will be used when rendering the time widget::
143
141
144
142
use Symfony\Component\Form\Extension\Core\Type\DateTimeType;
145
143
You can’t perform that action at this time.
0 commit comments