You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
thanks for your component.
I'm trying to use it in a my hobbist Sveltekit project and I receive the notification written in subject every time a page contains your component.
I know that's just a warning, but I simply report it to you.
This is the complete warning shown:
[vite-plugin-svelte] ./node_modules/.pnpm/[email protected]/node_modules/svelte-file-dropzone/src/components/Dropzone.svelte:310:0
A11y: noninteractive element cannot have positive tabIndex value
I tried changing index="0" with index="-1" at the row indicated and it seems to remove the warning and for the tests I done it doesn't impact on the functionalities, anyway I'm not an experienced programmer, and for sure I didn't tested all the methods of your component.
Thanks for your attention.
Have a nice day.
Sincerely,
Lapo
The text was updated successfully, but these errors were encountered:
yes, this will pop up as a warning. Also there is no reason to have a tabindex attribute there, as a dropzone is not applicaple to a screen-reader anyways.
It would be nice to be removed to clear the warnings.
Hello,
thanks for your component.
I'm trying to use it in a my hobbist Sveltekit project and I receive the notification written in subject every time a page contains your component.
I know that's just a warning, but I simply report it to you.
This is the complete warning shown:
I tried changing index="0" with index="-1" at the row indicated and it seems to remove the warning and for the tests I done it doesn't impact on the functionalities, anyway I'm not an experienced programmer, and for sure I didn't tested all the methods of your component.
Thanks for your attention.
Have a nice day.
Sincerely,
Lapo
The text was updated successfully, but these errors were encountered: