Closed metonym closed 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-role-has-required-aria-props
aria-controls
svelte-ignore a11y-click-events-have-key-events can be ignored since key events are attached to the underlying input element.
svelte-ignore a11y-click-events-have-key-events
input
Fixes #66
svelte-ignore a11y-role-has-required-aria-props
should be investigated more deeply, which calls for adding anaria-controls
attribute to the element.svelte-ignore a11y-click-events-have-key-events
can be ignored since key events are attached to the underlyinginput
element.