mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
fix(1798): add aria-controls (#1802)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
role="combobox"
|
||||
:aria-expanded="dropdownOpen.toString()"
|
||||
:aria-owns="`vs${uid}__listbox`"
|
||||
:aria-controls="`vs${uid}__listbox`"
|
||||
aria-label="Search for option"
|
||||
@mousedown="toggleDropdown($event)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user