Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information