We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2643e3 commit db9e899Copy full SHA for db9e899
src/components/Select.vue
@@ -12,6 +12,7 @@
12
role="combobox"
13
:aria-expanded="dropdownOpen.toString()"
14
:aria-owns="`vs${uid}__listbox`"
15
+ :aria-controls="`vs${uid}__listbox`"
16
aria-label="Search for option"
17
@mousedown="toggleDropdown($event)"
18
>
0 commit comments