nextcloud-vue
nextcloud-vue copied to clipboard
Search results of dropdown component should be read by screenreaders
This is an accessibility issue.
When the user starts typing in a search field some results are shown immediately. To follow this success criterion screen reader users must be notified that there are search results, and how many there are, the status of the search. But it’s important that this information is not conveyed while the user is still typing, as this can be very disturbing.

While searching for something, the search results change dynamically, but screen reader users aren’t notified that there are search results.
ToDo: evaluate the right implementation for all accessibility issues regarding this topic.
Suggestion for implementation: This can be done by adding aria-live=“polite” to the text.
- [ ] also do this for the emoji picker, if not done already (to be verified)