When entering YYYY for the datepicker component, generally the year section behaves quite odd.
E.g. when entering birthdates manually (without using the actual datepicker, just typing the date as a . or / separated number in the field), dates such as 1992 appear as 1909 since the third (?) part of the year seems not to be taken into account or "changes" when the fourth letter changes.
When users then try to use the datepicker, they have to change years back from 1909 (or any other odd number that comes out) which ends in just endless scrolling for them.
I have a datepicker for birthdates. Users may use the datepicker through its UI element and everything works well, yet, when they type in a date, e.g. 01/01/1999 it falls back to 1909. Now, if users try to get back to 1999 by using the date picker, they have to go through "90 years" to get to 1999.
When I type 1992 I get 1902, 2022 also becomes 1902 - something seems to be wrong there..?