bootstrap-file-input icon indicating copy to clipboard operation
bootstrap-file-input copied to clipboard

Add ability to invoke on dynamically created file inputs

Open lifeinafolder opened this issue 12 years ago • 2 comments

Currently, there doesn't seem to be a way to use it on file input elements that are adding dynamically to the DOM.

lifeinafolder avatar May 14 '13 21:05 lifeinafolder

I'd also like to see this.

kmilligan avatar Jun 02 '13 19:06 kmilligan

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.

brandonkm avatar Sep 04 '13 02:09 brandonkm