-
Notifications
You must be signed in to change notification settings - Fork 190
Missing ARIA role warnings with Svelte 4 #610
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
Labels
enhancement
New feature or request
Milestone
Comments
@rob-balfre can I create a small PR suppressing these three warnings as a temporary measure? I guess v6 will take time before it is ready (#611). |
Sure! |
Ok I will do that somewhere this week. |
josdejong
added a commit
to josdejong/svelte-select
that referenced
this issue
Aug 23, 2023
I made a PR to fix these warnings: #624 |
rob-balfre
added a commit
that referenced
this issue
Aug 24, 2023
fix: #610 resolve ARIA warnings by defining a role on interactive divs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Svelte 4 now complains about missing ARIA roles, which svelte-select seems to have in three places (seen when building):
The text was updated successfully, but these errors were encountered: