We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens in any screen reader. For example, with NVDA + Firefox:
NVDA + SPACE
ARROW_DOWN
Virtual cursor is moved to the hidden aria-live region, where user hears "3 results".
This can be fixed by clearing out the contents of the aria-live region 500ms after it's been added.
The text was updated successfully, but these errors were encountered:
Also, sorry if you're not looking for issues yet! Your awesome library was linked to in the web-a11y Slack. I was totally impressed by autocomplete!
Sorry, something went wrong.
Thanks a lot for this @WestonThayer
No branches or pull requests
This happens in any screen reader. For example, with NVDA + Firefox:
NVDA + SPACE
to switch out of forms mode and into browse modeARROW_DOWN
. Virtual cursor will be moved to the little dropdown arrow, which announces as "clickable" (could be an issue in and of itself)ARROW_DOWN
againVirtual cursor is moved to the hidden aria-live region, where user hears "3 results".
This can be fixed by clearing out the contents of the aria-live region 500ms after it's been added.
The text was updated successfully, but these errors were encountered: