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 e8ed271 commit 6b70057Copy full SHA for 6b70057
reference/forms/types/options/date_widget.rst.inc
@@ -1,8 +1,11 @@
1
* ``widget`` [type: string, default: ``choice``]
2
Type of widget used for this form type. Can be ``text`` or ``choice``.
3
4
- * ``text``: renders a single input of type text. User's input is validated
+ * ``text``: renders a three field input of type text (month, day, year).
5
+
6
+ * ``single-text``: renders a single input of type text. User's input is validated
7
based on the ``format`` option.
8
9
10
* ``choice``: renders three select inputs. The order of the selects
11
is defined in the ``pattern`` option.
0 commit comments