File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,11 @@ values for the year, month and day fields::
165
165
166
166
.. include :: /reference/forms/types/options/date_format.rst.inc
167
167
168
+ .. versionadded :: 4.3
169
+
170
+ Using the ``format `` option when the ``html5 `` option is enabled is deprecated
171
+ since Symfony 4.3.
172
+
168
173
.. include :: /reference/forms/types/options/html5.rst.inc
169
174
170
175
.. _form-reference-date-input :
Original file line number Diff line number Diff line change @@ -133,6 +133,11 @@ used by the HTML5 ``datetime-local`` field. Keeping the default value will
133
133
cause the field to be rendered as an ``input `` field with ``type="datetime-local" ``.
134
134
For more information on valid formats, see `Date/Time Format Syntax `_.
135
135
136
+ .. versionadded :: 4.3
137
+
138
+ Using the ``format `` option when the ``html5 `` option is enabled is deprecated
139
+ since Symfony 4.3.
140
+
136
141
.. include :: /reference/forms/types/options/hours.rst.inc
137
142
138
143
.. include :: /reference/forms/types/options/html5.rst.inc
You can’t perform that action at this time.
0 commit comments