mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(a11y): silence new a11y warnings from svelte@3.57
This commit is contained in:
parent
78106587a2
commit
b95272f42a
11 changed files with 11 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
|||
</div>
|
||||
|
||||
{#if active && results.length > 0}
|
||||
<!-- svelte-ignore a11y-no-noninteractive-element-to-interactive-role -->
|
||||
<ul aria-labelledby="search-label" role="menu" id="search-menu">
|
||||
{#each results as result, i}
|
||||
<li role="none">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue