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 17500ba commit 01aa0aeCopy full SHA for 01aa0ae
reference/forms/types/options/date_widget.rst.inc
@@ -1,9 +1,9 @@
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 three field input of type text (month, day, year).
+ Type of widget used for this form type. Can be ``text`` or ``single_text`` or ``choice``.
5
6
- * ``single-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).
+
+ * ``single_text``: renders a single input of type text. User's input is validated
7
based on the ``format`` option.
8
9
0 commit comments