uploader icon indicating copy to clipboard operation
uploader copied to clipboard

Bind input to widget itself

Open molfar opened this issue 6 years ago • 0 comments

https://github.com/danielm/uploader/blob/50fd2214c7236b4372651619c11111775adf1a47/src/js/jquery.dm-uploader.js#L274-L282

I think it would be good to bind input handler to widget element. Because in some cases input element can be dynamically replaced with new one, and its event handler would be lost. Moreover, it may be usefull to pass file field selector as config option.

molfar avatar Oct 29 '18 09:10 molfar