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
grebaldi
changed the title
DateTimeEditor does not show a leading 0 for minutes < 10
BUG: DateTimeEditor does not show a leading 0 for minutes < 10
May 21, 2024
Description
The DateTimeEditor does not display a leading 0 for minutes < 10 at the beginning.
Steps to Reproduce
_hiddenBeforeDateTime
input (or another DateTime-Editor) and click on the timeExpected behavior
If I set "02:01" as the time it should show "02:01" and not "02:1".
Actual behavior
Should not the hour have a leading zero too?
Affected Versions
Neos: 8.3.12
UI: 8.3.7
The text was updated successfully, but these errors were encountered: