You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #13730 Fix typo of HTML5 field type for DateTimeType (Levure)
This PR was merged into the 3.4 branch.
Discussion
----------
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.
Commits
-------
dd1749a Fix typo of HTML5 field type for DateTimeType
0 commit comments