We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45839 commit eb9044fCopy full SHA for eb9044f
reference/forms/types/options/date_widget.rst.inc
@@ -10,5 +10,5 @@ The basic way in which this field should be rendered. Can be one of the followin
10
11
* ``text``: renders a three field input of type text (month, day, year).
12
13
-* ``single_text``: renders a single input of type text. User's input is validated
14
- based on the `format`_ option.
+* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's
+ input is validated based on the `format`_ option.
0 commit comments