2
0
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:
Damian Krupa
2025-02-06 19:14:18 +01:00
committed by GitHub
parent d2643e37cf
commit db9e8999f8
+1
View File
@@ -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)"
>