8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb446d7 commit 89f0296Copy full SHA for 89f0296
reference/forms/types/datetime.rst
@@ -196,6 +196,11 @@ Defines the ``widget`` option for both the :doc:`DateType </reference/forms/type
196
and :doc:`TimeType </reference/forms/types/time>`. This can be overridden
197
with the `date_widget`_ and `time_widget`_ options.
198
199
+.. versionadded:: 4.3
200
+
201
+ Using the ``date_format``, ``date_widget``, and ``time_widget`` options when
202
+ the ``widget`` option is set to ``single_text`` is deprecated since Symfony 4.3.
203
204
.. include:: /reference/forms/types/options/with_minutes.rst.inc
205
206
.. include:: /reference/forms/types/options/with_seconds.rst.inc
0 commit comments