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.23k stars 819 forks source link

Accessibility of image picker #2436

Open MrKrabat opened 4 years ago

MrKrabat commented 4 years ago

Are you requesting a feature, reporting a bug or asking a question?

Bug / Feature request

What is the current behavior?

The image picker is compatible with screenreaders, but not with keyboard-only users (which do have a monitor).

What is the expected behavior?

Using only a keyboard, a user should be able to select the question and choose one (or multiple) images.

andrewtelnov commented 4 years ago

@MrKrabat It makes sense.

Thank you, Andrew