Since upgrading to 14.0.1, if a date-picker is provided with a Date object that contains time (e.g., if I default it to "right now", aka `new Date()`), trying to change the value with the keyboard will only allow 2 digits.
So, effectively, as I try to type, say, 2013, the date-picker's year field will show:
0002
0020
0001
0013
I have not been able to find anything in the API that switches how many years the input should accept (only which year should be the "break around" for 2-digit years).
If the field is prefilled with a Date object with no time (i.e. time is 00:00:00), this doesn't happen.
What am I missing?
I am having this issue as well! Seemed to be working fine before upgrading to 14.0.1.