-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Autocomplete is not Accessable (Tested on NVDA) #1473
Comments
WIP: needs to announce match count change when user re-filters list by deleting a character. Closes #1473
WIP: needs to announce match count change when user re-filters list by deleting a character. Closes #1473
@zamamohammed we worked on a fix and just pushed it to master in a787e22. Can you try again? |
@marcysutton I am still hearing the 'blank' Please listen to the recording: |
I see what you're saying. It's really slow to announce "There is one match available" or the selection on arrow down in Firefox/NVDA despite having @robertmesserle we might need to change how we append text to |
Most of the custom dropdown plugins in the Community (Chosen, Select2 etc) also has the same issue with it, the only implementation I liked is of Jquery UI (http://jqueryui.com/selectmenu/) |
Good to know. I think we can get it working by improving our implementation. The inspiration for our autocomplete was actually Twitter's Typeahead/draft tweet functionality. |
@marcysutton I believe you were looking into this, assigned to you. |
@marcysutton when can I test this on material.angular.org ? |
@zamamohammed it is up on the docs site now! Just not out in a release yet. |
I have tested Autocomplete with NVDA and it reads "blank" instead of the list items when you use arrows to scroll through the list
The text was updated successfully, but these errors were encountered: