surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.03k stars 787 forks source link

[Accessibility] In display mode, users cannot navigate between form fields and read their values #8209

Closed SjsJane closed 1 month ago

SjsJane commented 2 months ago

T17934 - [Accessibility] Display Mode - This functions as vertical radiogroup but does not read radio buttons, when in the view mode for users https://surveyjs.answerdesk.io/internal/ticket/details/T17934


Consider the following demo: View Plunker. The issue is that in display mode, users cannot tab and focus form fields. Therefore, a screen reader cannot announce form field values.

dmitry-kurmanov commented 2 months ago

dev:

JaneSjs commented 1 month ago

+1 It's necessary to allow screen readers to read values of read-only fields. T18420 - Make an input field readonly instead of disabled