-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Accessibility Bug #303
Labels
bug
Something isn't working
Comments
@long2know would you like to improve the accessibility? the relevant code is located here: ngx-mat-select-search/src/app/mat-select-search/mat-select-search.component.ts Lines 469 to 500 in 38a93b3
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when the mat-select w/ ngx-mat-select-search is expanded, the number of items is misreported using NVDA.
In the speech viewer, we see something like this upon expansion:
In my test, there are actually (48) items and the initial item selected should be (1 of 48).
Additionally, when the items in the list are filtered, there is no announcement of the number of items that are currently in the list. Comparing to other filterable components, such as material typeahead, the number of items that are available are announced in NVDA.
The text was updated successfully, but these errors were encountered: