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.
2 parents 0025e3a + 488f5f1 commit eda712eCopy full SHA for eda712e
reference/forms/types/options/html5.rst.inc
@@ -4,7 +4,7 @@
4
**type**: ``boolean`` **default**: ``true``
5
6
If this is set to ``true`` (the default), it'll use the HTML5 type (date, time
7
-or datetime) to render the field. When set to ``false``, it'll use the text type.
+or datetime-local) to render the field. When set to ``false``, it'll use the text type.
8
9
This is useful when you want to use a custom JavaScript datepicker, which
10
often requires a text type instead of an HTML5 type.
0 commit comments