Skip to content

Commit eda712e

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Fix typo of HTML5 field type for DateTimeType fix a minor typo
2 parents 0025e3a + 488f5f1 commit eda712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**type**: ``boolean`` **default**: ``true``
55

66
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.
7+
or datetime-local) to render the field. When set to ``false``, it'll use the text type.
88

99
This is useful when you want to use a custom JavaScript datepicker, which
1010
often requires a text type instead of an HTML5 type.

0 commit comments

Comments
 (0)