Skip to content

Commit 1472d0c

Browse files
committed
Merge pull request #409 from jseverson/date_widget
fixing single_text references in date_widget
2 parents 4c98a48 + 01aa0ae commit 1472d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/forms/types/options/date_widget.rst.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
* ``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).
2+
Type of widget used for this form type. Can be ``text`` or ``single_text`` or ``choice``.
53

6-
* ``single-text``: renders a single input of type text. User's input is validated
4+
* ``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
77
based on the ``format`` option.
88
99

0 commit comments

Comments
 (0)