metonym / svelte-typeahead

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

fix(a11y): resolve `a11y-role-has-required-aria-props` warning #73

Closed metonym closed 1 year ago

metonym commented 1 year ago

Fixes #72

Per MDN, aria-owns should be changed to aria-controls, which resolves the a11y warning.