Skip to content

Dropdown - The Clear button is not detected by screen readers #9735

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

Open
JaneSjs opened this issue Apr 10, 2025 · 1 comment
Open

Dropdown - The Clear button is not detected by screen readers #9735

JaneSjs opened this issue Apr 10, 2025 · 1 comment
Assignees
Labels
accessibility bug user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Apr 10, 2025

T22769 - Screenreader issues
https://surveyjs.answerdesk.io/internal/ticket/details/T22769


You can reproduce the issue on a sample JSON:

{
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "dropdown",
          "name": "question1",
          "choices": [
            "Item 1",
            "Item 2",
            "Item 3"
          ]
        }
      ]
    }
  ],
  "headerView": "advanced"
}

The Clear button has aria-hidden set to true and it has no accessible text.

@JaneSjs JaneSjs added accessibility bug user issue An issue or bug reported by users labels Apr 10, 2025
@JaneSjs JaneSjs self-assigned this Apr 11, 2025
@JaneSjs
Copy link
Contributor Author

JaneSjs commented Apr 15, 2025

Continue discussing this issue with a user in the original thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility bug user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

1 participant