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

Uncaught Error: Can only initialize form controller with a form element. #41

Open DaDucking opened 4 years ago

DaDucking commented 4 years ago

Getting the above-mentioned error when I try to use active storage drag and drop inside a bootstrap modal via the javascript implementation for rendering. However, using the pure html implementation of the bootstrap modal seems to work fine. Need some help regarding the implementation.