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.21k stars 814 forks source link

Yes/No Question: Screen readers do not announce the Yes/No options #7691

Closed JaneSjs closed 10 months ago

JaneSjs commented 10 months ago

User Issue: T16404 - Accessibility/screen reader issues https://surveyjs.answerdesk.io/internal/ticket/details/T16404

dmitry-kurmanov commented 10 months ago
    {
     "type": "boolean",
     "name": "question1"
    },
dmitry-kurmanov commented 10 months ago