[pickers] Autocomplete/autocorrect has no feedback after correction - worse for screenreaders #10698
Labels
accessibility
a11y
component: pickers
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Steps to reproduce
Link to live example: (required)
Use any example with a format dd/mm/yyyy or mm/dd/yyyy
Steps:
This could really post some legal issue as the input is being mutated on the fly with no feedback to the user - and is worse for screen readers as it doesnt provide any advise that its autocorrected their input.
Current behavior
Typing "22" into the month field (which would be an invalid input) is autocorrected to "02" and is considered a valid input.
Expected behavior
Typing 22 into the month field would trigger a validation error, offering advice on what was wrong, and what was expected.
Context
I am trying to make it usable for people with screen readers, or arent touch typers and cant monitor the input as its being handled (instantly) by the component.
Your environment
npx @mui/envinfo
Search keywords: datepicker autocomplete
The text was updated successfully, but these errors were encountered: