Open bjansen opened 2 years ago
Hi,
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Please don't forget to add your feedback as a comment after reopening the issue. These will be taken into account by us and will contribute to the development of this feature. Thanks a lot for your understanding!
Best Regards,
Thanks for the very generic comment, but this problem has not been fixed. I opened a PR which has been ignored for almost a year! There's no conflict on the file so the problem is still present.
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports) https://stackblitz.com/edit/github-zn2i2a?file=src/app/app.component.html
Current behavior Formats like
yoo
are not parsed correctly. Inputting21031
(the 31st day of 2021, i.e. 2021-01-31) automatically changes the value to21032
.21342
is automatically changed to21346
.Expected behavior The date is not modified after being entered manually.
Minimal reproduction of the problem with instructions Create a
p-calendar
withdateFormat='yoo'
, type a value manually, the value is modified when the input loses focus.I'll submit a PR to fix this.