Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo of HTML5 field type for DateTimeType #13730

Merged
merged 1 commit into from
May 29, 2020

Conversation

Levure
Copy link
Contributor

@Levure Levure commented May 29, 2020

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 (Remove input[type=datetime] whatwg/html#336)
  • The datetime-local input type is the type used for rendering DateTimeType when html5 option is set to true.

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.
@xabbuh xabbuh added this to the 3.4 milestone May 29, 2020
@xabbuh xabbuh added the Form label May 29, 2020
@javiereguiluz
Copy link
Member

Good catch, thanks Bruno.

@javiereguiluz javiereguiluz merged commit 3eb5d73 into symfony:3.4 May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants