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

[Form] apply automatically step=1 for datetime-local input #36523

Merged
merged 1 commit into from Apr 23, 2020

Conversation

ottaviano
Copy link
Contributor

@ottaviano ottaviano commented Apr 22, 2020

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets ~
License MIT
Doc PR

this PR just reapplies the same fix from TimeType (#10777 thanks @tucksaun) to DateTimeType.

before:

'widget' => 'single_text',
'with_seconds' => true,

image

after:

'widget' => 'single_text',
'with_seconds' => true,

image

@nicolas-grekas
Copy link
Member

Thank you @ottaviano.

@nicolas-grekas nicolas-grekas merged commit ea69f77 into symfony:3.4 Apr 23, 2020
This was referenced Apr 28, 2020
@ottaviano ottaviano deleted the datetime-html5-with-seconds branch April 29, 2020 12:13
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.

None yet

4 participants