vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.9k stars 6.97k forks source link

[Bug Report][2.2.11] Screen reader doesn't read v-select as combo box #15541

Closed Ben-SMS closed 1 year ago

Ben-SMS commented 2 years ago

Environment

Vuetify Version: 2.2.11 Vue Version: 2.6.11 Browsers: Google Chrome OS: Windows 10

Steps to reproduce

  1. Open the screen reader NVDA
  2. Tab to focus the dropdown
  3. Listen to the screen reader

Expected Behavior

Should read as "Combo box" like HTML "select" element. Here is an example link https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select

Actual Behavior

NVDA reads "... Menu button collapsed, sub-menu..."

Reproduction Link

https://codepen.io/doanthaiphong/pen/rNdLGgP?editors=1010

rscsam commented 2 years ago

Dropped a PR @KaelWD @Ben-SMS (or whoever). This is my first time contributing to this repo so let me know if you think I need more changes.

Martin-Idel commented 1 year ago

This seems to be a duplicate of https://github.com/vuetifyjs/vuetify/issues/14904 but it would be valuable to fix this!