nextcloud-libraries / nextcloud-libraries/nextcloud-vue

NcSelect: selected option not announced to screen readers

Open
#8,322 0 comments 0 reactions 1 assignee View on GitHub

@pringelmann is already working on this.

Since Mar 19, 2026.

1. to develop accessibility bug
Dominant language
Vue
Stars
246
Forks
99
Avg merge
1d 20h
Merged PRs (30d)
103

Description

Bug description

When using NcSelect with a screen reader:

  • The currently selected option is not announced when the dropdown receives focus
  • When navigating options inside the open dropdown, the screen reader does not
    re-announce the context (e.g. which question/label this dropdown belongs to)
  • There is no indication of which option is currently selected when browsing
    the list

Steps to reproduce

  1. Render an NcSelect with a label and a pre-selected option
  2. Navigate to it using keyboard + screen reader (tested with Orca on Firefox)
  3. Focus the select -> the selected value is not announced
  4. Open the dropdown -> screen reader reads list items but gives no context and
    does not indicate the selected item

Expected behavior

  • On focus: the selected value should be announced alongside the label
  • In the open list: the currently selected option should be announced as selected

Additional info

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.