andrewvasilchuk / vue-accessible-select

Vue.js component for accessible selects
MIT License
15 stars 5 forks source link

Prevent aria-expanded from disappearing when the dropdown is closed #16

Closed jonasclement closed 2 years ago

jonasclement commented 2 years ago

The aria-expanded attribute disappears when the dropdown is closed; this is wrong behavior, as it should always be present for a listbox. This is fixed here :)

andrewvasilchuk commented 2 years ago

@jonasclement thank you!