Unable to set an end date with keyboard only on report

When trying to set an end date in the filter for a report, the date picker exhibits strange behavior. I can set the start date just fine, but when I try to set the end date, I can enter day and month, but when I try to set the year, it immediately resets to the start date and I am unable to set a date without resorting to the mouse.

After entering day and month

After typing a single 2 (for 2023)

1 Like

related: Micro-improvement: Date range pickers

It seems to me that the date validation is happening in the wrong place - it happens on input when it really only needs to happen on submit

3 Likes