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
When time picker is enabled for the calendar component, if we manually input a date , the input is ignored. Manual date input only works when time part is included too. Also the time needs to be included in specific format including the spaces. Is there a way to have the calendar automatically populate current time or start of day (12:00 am) when user only inputs the date part?
@tugcekucukoglu thank you for your response! It seems the issue reported in #6739 pertains to PrimeVue version 4, whereas the issue I reported exists in version 3.53. While the two issues appear related, they don’t seem to be exactly the same. I’m curious to know if version 3 will also be addressed as part of #6739.
Describe the bug
When time picker is enabled for the calendar component, if we manually input a date , the input is ignored. Manual date input only works when time part is included too. Also the time needs to be included in specific format including the spaces. Is there a way to have the calendar automatically populate current time or start of day (12:00 am) when user only inputs the date part?
Reproducer
https://stackblitz.com/edit/primevue-3-vite-issue-template-pymr6i?file=src%2FApp.vue,src%2Fcomponents%2FHelloWorld.vue
PrimeVue version
3.53.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
When user doesn't input a particular time, then it probably makes sense to automatically set time to start of the day (12:00 AM).
The text was updated successfully, but these errors were encountered: