Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ARIA role #655

Closed
socketopp opened this issue Dec 14, 2023 · 1 comment · Fixed by #658
Closed

Missing ARIA role #655

socketopp opened this issue Dec 14, 2023 · 1 comment · Fixed by #658

Comments

@socketopp
Copy link

I get this warning everytime I build my sveltekit project with npm run build

18:23:11 [vite-plugin-svelte] ~/node_modules/svelte-select/Select.svelte:687:8 A11y: <div> with mousedown handler must have an ARIA role
685:     role="none">
686:     {#if listOpen}
687:         <div
             ^
688:             use:floatingContent
689:             bind:this={list}
@rob-balfre
Copy link
Owner

rob-balfre commented Dec 14, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants