8000 format option deprecation for HTML 5 widgets by xabbuh · Pull Request #10986 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

format option deprecation for HTML 5 widgets #10986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
format option deprecation for HTML 5 widgets
  • Loading branch information
xabbuh committed Feb 13, 2019
commit f4597bfff930fbeb2a93f2caeb39c786cacc2cda
5 changes: 5 additions & 0 deletions reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ values for the year, month and day fields::

.. include:: /reference/forms/types/options/date_format.rst.inc

.. versionadded:: 4.3

Using the ``format`` option when the ``html5`` option is enabled is deprecated
since Symfony 4.3.

.. include:: /reference/forms/types/options/html5.rst.inc

.. _form-reference-date-input:
Expand Down
5 changes: 5 additions & 0 deletions reference/forms/types/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ used by the HTML5 ``datetime-local`` field. Keeping the default value will
cause the field to be rendered as an ``input`` field with ``type="datetime-local"``.
For more information on valid formats, see `Date/Time Format Syntax`_.

.. versionadded:: 4.3

Using the ``format`` option when the ``html5`` option is enabled is deprecated
since Symfony 4.3.

.. include:: /reference/forms/types/options/hours.rst.inc

.. include:: /reference/forms/types/options/html5.rst.inc
Expand Down
0