File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,16 @@ Defines the ``format`` option that will be passed down to the date field.
66
66
See the :ref: `DateType's format option <reference-forms-type-date-format >`
67
67
for more details.
68
68
69
+ The ``date_format `` option does not have any effect when the form is rendered
70
+ as an HTML5 datetime input.
71
+
69
72
date_widget
70
73
~~~~~~~~~~~
71
74
72
75
.. include :: /reference/forms/types/options/date_widget_description.rst.inc
73
76
77
+ The ``date_widget `` option is ignored when the ``widget `` option is set to ``single_text ``.
78
+
74
79
.. include :: /reference/forms/types/options/days.rst.inc
75
80
76
81
placeholder
@@ -149,6 +154,8 @@ time_widget
149
154
150
155
Defines the ``widget `` option for the :doc: `TimeType </reference/forms/types/time >`.
151
156
157
+ The ``time_widget `` option is ignored when the ``widget `` option is set to ``single_text ``.
158
+
152
159
.. include :: /reference/forms/types/options/view_timezone.rst.inc
153
160
154
161
widget
You can’t perform that action at this time.
0 commit comments