Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete does not announce which item you've selected #352

Open
2 tasks
sandbergja opened this issue Sep 20, 2024 · 0 comments
Open
2 tasks

Autocomplete does not announce which item you've selected #352

sandbergja opened this issue Sep 20, 2024 · 0 comments

Comments

@sandbergja
Copy link
Member

Steps to recreate

  1. Turn on Voiceover
  2. Go to https://pulibrary.github.io/lux-design-system/#!/Components/LuxAutocompleteInput
  3. Tab to the input named "Fruit"
  4. Clear the input
  5. Type the character "o"
  6. Use the down arrow to select "Orange". Note that it does not tell you that you've selected "Orange"
  7. Use the down arrow again to select "Mango". Note that it also does not tell you about "Mango"

URL

https://pulibrary.github.io/lux-design-system/#!/Components/LuxAutocompleteInput

Severity

Medium. This is currently only used in one application (approvals), where the autocomplete behavior provides helpful, but not essential, information.

WCAG Success Criterion

WCAG Conformance level (A, AA, AAA)

User impact

Screen reader user couldn't find out what the autocomplete options are.

Recommended fix

Two possible approaches:

Acceptance criteria

  • Voice Over in Safari announces the item that you select with the arrow keys
  • I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues:
    • axe dev tools
    • Lighthouse
    • Wave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants