NationalSecurityAgency / skills-service

SkillTree is a micro-learning gamification platform supporting the rapid integration of a gamified tool training approach into new and existing applications.
https://skilltreeplatform.dev
Apache License 2.0
404 stars 94 forks source link

Search and Navigate directly to a skill on /adsminstrator/projects/projectName does not support screenreader users #1197

Closed mosefer closed 2 years ago

mosefer commented 2 years ago

Screenreader users are not made aware of the dropdown becoming visible or the options presented. Could be as simple as using https://github.com/vue-a11y/vue-announcer to alert screenreader users to the change in content available/the dropdown being displayed and populated or switching from vue-multiselect to https://vue-select.org/ which has more attention paid to accessibility concerns.

rmmayo commented 2 years ago

addressed as part of #190