Skip to content

Commit 488f5f1

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix typo of HTML5 field type for DateTimeType fix a minor typo
2 parents 61a19c9 + db445e0 commit 488f5f1

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)