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
I am not sure if this is a bug. I am not sharing code for this potential issue -- the potential issue can be reproduced on the PrimeVue website DatePicker component page for v4, if you have a date selected like this for example,
If you want to change the month via typing in the field so you delete 01 (January) and you want to change it to 12 (December) (or any double digit month) the component puts a leading zero so when you try to type 12, the component shows 021 for the month section. Was this intentional or is this a bug?
Pull Request Link
No response
Reason for not contributing a PR
Lack of time
Unsure how to implement the fix/feature
Difficulty understanding the codebase
Other
Other Reason
No response
Reproducer
N/A
Environment
N/A
Vue version
3
PrimeVue version
4
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
See description
Expected behavior
Typing in the the month section of the date field does not add a leading 0
The text was updated successfully, but these errors were encountered:
Describe the bug
I am not sure if this is a bug. I am not sharing code for this potential issue -- the potential issue can be reproduced on the PrimeVue website DatePicker component page for v4, if you have a date selected like this for example,
If you want to change the month via typing in the field so you delete 01 (January) and you want to change it to 12 (December) (or any double digit month) the component puts a leading zero so when you try to type 12, the component shows 021 for the month section. Was this intentional or is this a bug?
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
N/A
Environment
N/A
Vue version
3
PrimeVue version
4
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
See description
Expected behavior
Typing in the the month section of the date field does not add a leading 0
The text was updated successfully, but these errors were encountered: