Feature request: Only allow 4 digits when populating date field (YYYY-MM-DD)

When I’m populating the date field in one of my apps, I would like the focus to move to MM when I have inserted 4 digits in the Year-field. Now, it allows 6 digits, which first of all is wrong format, but it also forces me to “manually” shift focus either by tab or with pointer.
I know it’s a small thing. However, my opinion is that it would make sense to fix this functionality.

Hey @daniel-andersson could you include a screenshot or quick video recording? It would be helpful context to know what’s going on here. Also which component(s) are you using? A “date and time picker”, “date range picker” or just multiple “text inputs”?

Hi @alex!
I’m using the “text input”-component with “date” as input type. The error is probably related to an allowance of 6 digits the year field. While in Month and Day input, the allowance is only 2 digits.