Currently, I am using a KeyboardEvent to programmatically press the right arrow inside of a DatePicker component.
This example works as expected:

I don't seem to be able to use KeyboardEvents to input numbers into the DatePicker. This example fails:

What is the correct way to programmatically type digits into a DatePicker?
This example works as expected:
I don't seem to be able to use KeyboardEvents to input numbers into the DatePicker. This example fails:
What is the correct way to programmatically type digits into a DatePicker?