Skip to content

Commit 6b70057

Browse files
committed
Added 'single-text' option.
1 parent e8ed271 commit 6b70057

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
* ``widget`` [type: string, default: ``choice``]
22
Type of widget used for this form type. Can be ``text`` or ``choice``.
33

4-
* ``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
57
based on the ``format`` option.
68
9+
710
* ``choice``: renders three select inputs. The order of the selects
811
is defined in the ``pattern`` option.

0 commit comments

Comments
 (0)