rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Missing ARIA role #655

Closed socketopp closed 5 months ago

socketopp commented 6 months ago

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 commented 6 months ago

Yeah, it's just a warning. Will get fixed soon. Thanks for reporting 👍

On Fri, 15 Dec 2023, 4:39 am Sokrates, @.***> wrote:

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:

with mousedown handler must have an ARIA role 685: role="none"> 686: {#if listOpen} 687: <div ^ 688: use:floatingContent 689: bind:this={list}

— Reply to this email directly, view it on GitHub https://github.com/rob-balfre/svelte-select/issues/655, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUAM7RZO5H5QN3KTMWBH5DYJM2VFAVCNFSM6AAAAABAVHEYJOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DEMJXGIYTIMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>