metonym / svelte-typeahead

Accessible, fuzzy search typeahead component
https://metonym.github.io/svelte-typeahead
MIT License
225 stars 18 forks source link

fix(a11y): silence a11y warnings in Svelte@3.52 #71

Closed metonym closed 1 year ago

metonym commented 1 year ago

Fixes #66

svelte-ignore a11y-role-has-required-aria-props should be investigated more deeply, which calls for adding an aria-controls attribute to the element.

svelte-ignore a11y-click-events-have-key-events can be ignored since key events are attached to the underlying input element.