Skip to content

Commit 7e3f455

Browse files
committed
Also indicate whether or not dropdown is expanded
1 parent d00b567 commit 7e3f455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Select.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
:readonly="!searchable"
357357
:id="inputId"
358358
role="combobox"
359+
:aria-expanded="dropdownOpen"
359360
aria-label="Search for option"
360361
>
361362

0 commit comments

Comments
 (0)