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

BUG: DateTimeEditor does not show a leading 0 for minutes < 10 #3774

Open
erkenes opened this issue May 2, 2024 · 0 comments
Open

BUG: DateTimeEditor does not show a leading 0 for minutes < 10 #3774

erkenes opened this issue May 2, 2024 · 0 comments
Labels
8.3 Bug Label to mark the change as bugfix Good first issue

Comments

@erkenes
Copy link

erkenes commented May 2, 2024

Description

The DateTimeEditor does not display a leading 0 for minutes < 10 at the beginning.

Steps to Reproduce

  1. Open the _hiddenBeforeDateTime input (or another DateTime-Editor) and click on the time
  2. Set a time with minutes between 0 and 9
  3. Click on the date again

Expected behavior

If I set "02:01" as the time it should show "02:01" and not "02:1".

Actual behavior

image

image

Should not the hour have a leading zero too?

Affected Versions

Neos: 8.3.12

UI: 8.3.7

@grebaldi grebaldi added Bug Label to mark the change as bugfix Good first issue 8.3 labels May 21, 2024
@grebaldi 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 Bug Label to mark the change as bugfix Good first issue
Projects
None yet
Development

No branches or pull requests

2 participants