Commit dd1749a
authored
Fix typo of HTML5 field type for DateTimeType
Changed the html5 input type for DateTimeType to datetime-local (which is the html5 input type) instead of the datetime input type.
The datetime input type field has been removed from WHATWG HTML (whatwg/html#336)
The datetime-local input type is the type used for rendering DateTimeType when html5 option is set to true.1 parent 99d796e commit dd1749a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
0 commit comments