Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

Improvements to custom select #94

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

When the select is open, on the parent element, aria-expanded should be set to true.

The c-select-menu__item list item should have a aria-selected="true" whenever it is selected. All items should have a tabindex of 0 and a role="menuitem".