marinosoftware / active_storage_drag_and_drop

Provides a form helper to make it easy to make drag-and-drop file upload fields that work with Rails' Active Storage.
MIT License
92 stars 14 forks source link

Would like to improve keyboard accessibility #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

I noticed the browser file upload starts on clicking the drag-drop box.

I would like to open this file upload box with a keyboard after tabbing to the box. I was not on the best way to do this though.