bootstrap-file-input
bootstrap-file-input copied to clipboard
Add ability to invoke on dynamically created file inputs
Currently, there doesn't seem to be a way to use it on file input elements that are adding dynamically to the DOM.
I'd also like to see this.
I think this issue is inadvertently related to issue 20.
Any file inputs dynamically added to the DOM would need a DOMNodeInserted event bound at the document level at the minimum in order to achieve this.