Press the 'next field' button on the keyboard (functions like pressing Tab) to navigate to the DatePicker.
The cursor will be placed at the end, and typing will type into Year. It is impossible from this point to type into Day or Month without carefully tapping the section on the screen.
What is the motivation or use case for changing the behavior?
We have a DatePicker as part of a form. When tabbing to focus the DatePicker, users started typing the Day field without noticing it focused incorrectly, causing extra clicks and frustration.
I'm submitting a...
Current behavior
'Tabbing' to the DatePicker on iPad Safari places the cursor at the end of the field.
Expected behavior
It should place the cursor at the start (in this case the Day field) so typing the date flows logically.
Minimal reproduction of the problem with instructions
Editor URL: https://stackblitz.com/edit/react-fzcstv
Viewer URL: https://react-fzcstv.stackblitz.io
What is the motivation or use case for changing the behavior?
We have a DatePicker as part of a form. When tabbing to focus the DatePicker, users started typing the Day field without noticing it focused incorrectly, causing extra clicks and frustration.
Browser: