JAWS - Autocomplete should announce invalid input when blurring #3380
Labels
Accessibility
This issue is related to accessibility (a11y)
needs: verification
A member of the team needs to verify whether this issue is fixed
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Bug: AutoComplete has no error detection.
What is the expected behavior?
Moving focus out of an empty auto complete field where a value is required should either invoke an error or if a default value was initially assigned, reset the value to the default value. Also, moving focus out of an auto complete field that does not contain a valid entry should either invoke an error or if a default value was initially assigned, reset the value to the default value.
What is the current behavior?
Currently there is no error detection and anything can be typed into the Edit box.
What is the use-case or motivation for changing an existing behavior?
Help users (particularly elderly, screen reader and cognitive users) with accurate input.
Is there anything else we should know?
The user can press Enter key to select a blank Edit box or an invalid entry "Ontario", with no notification. An aria-alert could be used to notify the user that the selected list entry is not valid.
The text was updated successfully, but these errors were encountered: