Skip to content
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

Vite warning: A11y: visible, non-interactive elemements with an on:click event [...] #187

Open
coin-au-carre opened this issue Nov 3, 2022 · 1 comment

Comments

@coin-au-carre
Copy link

Version concerned: simple-svelte-autocomplete v.2.5.0

Since @sveltejs/kit@1.0.0-next.532 or earlier vite plugin svelte throws following warnings :

[vite-plugin-svelte] 

node_modules/simple-svelte-autocomplete/src/SimpleAutocomplete.svelte:1148:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.

node_modules/simple-svelte-autocomplete/src/SimpleAutocomplete.svelte:1181:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.

node_modules/simple-svelte-autocomplete/src/SimpleAutocomplete.svelte:1194:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.

node_modules/simple-svelte-autocomplete/src/SimpleAutocomplete.svelte:1233:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
@pstanoev
Copy link
Owner

Please check with version 2.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants