-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Calendar: Hours are set to 00 when clicking the "Today" button #5596
Closed
thristov78 opened this issue
Apr 16, 2024
· 1 comment
· Fixed by DallinAllred/ezanalytics#11 · May be fixed by jennytoc/mfe-proj#2
Closed
Calendar: Hours are set to 00 when clicking the "Today" button #5596
thristov78 opened this issue
Apr 16, 2024
· 1 comment
· Fixed by DallinAllred/ezanalytics#11 · May be fixed by jennytoc/mfe-proj#2
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Comments
thristov78
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Apr 16, 2024
i have the same problem |
tugcekucukoglu
added a commit
that referenced
this issue
Apr 19, 2024
Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button
m-meier
added a commit
to m-meier/primevue
that referenced
this issue
May 8, 2024
…s#5596 This commit is a copy of PR primefaces#5607 for the v4 branch. Since the component was renamed, the fix from the master branch was not applied to the new component.
tugcekucukoglu
added a commit
that referenced
this issue
May 16, 2024
fix(DatePicker): set hour on 24h mode on date select, fixes #5596
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When the "Today" button is clicked, the hours field is set to 00 instead of the current hour. The minutes field is populated correctly.
The problem can be reproduced with showTime and showButtonBar attributes enable.
Reproducer
https://stackblitz.com/edit/primevue-calendar-today-hours-bug?file=src%2FApp.vue
PrimeVue version
3.51.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The hours field should be populated with the current hour, just like the minutes fields.
The text was updated successfully, but these errors were encountered: