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.
6666See the :ref: `DateType's format option <reference-forms-type-date-format >`
6767for more details.
6868
69+ The ``date_format `` option does not have any effect when the form is rendered
70+ as an HTML5 datetime input.
71+
6972date_widget
7073~~~~~~~~~~~
7174
7275.. include :: /reference/forms/types/options/date_widget_description.rst.inc
7376
77+ The ``date_widget `` option is ignored when the ``widget `` option is set to ``single_text ``.
78+
7479.. include :: /reference/forms/types/options/days.rst.inc
7580
7681placeholder
@@ -149,6 +154,8 @@ time_widget
149154
150155Defines the ``widget `` option for the :doc: `TimeType </reference/forms/types/time >`.
151156
157+ The ``time_widget `` option is ignored when the ``widget `` option is set to ``single_text ``.
158+
152159.. include :: /reference/forms/types/options/view_timezone.rst.inc
153160
154161widget
You can’t perform that action at this time.
0 commit comments