files-ui/files-ui-react

Need to be able to open Dropzone by tabbing into it

Opened this issue · 0 comments

From the viewpoint of accessibility, just doesn't exist. I hit tab and it goes right past it. There are ancient answers to this from back in 2018

https://stackoverflow.com/questions/39999425/dropzone-js-accessibility

but these are based on putting an HTML in the label but it seems that the current version only allows a plain text string here.