Browse Source

Fix #483: Clear and reset native input after uploading each single file thumbnail

Kartik Visweswaran 9 years ago
parent
commit
766d772545
3 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGE.md
  2. 1 0
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js

+ 1 - 0
CHANGE.md

@@ -14,6 +14,7 @@ Change Log: `bootstrap-fileinput`
 7. (enh #474): Upload via button within each preview thumbnail skips last file for async uploads.
 8. (enh #477): Fix IE10 specific styling bug for file input block button.
 9. (enh #481): Universal Module Definition for use with CommonJS, AMD or browser globals.
+10. (bug #483): Clear and reset native input after uploading each single file thumbnail.
 
 ## version 4.2.7
 

+ 1 - 0
js/fileinput.js

@@ -1571,6 +1571,7 @@
                     }
                     if (!allFiles) {
                         self.unlock(false);
+                        self.clearFileInput();
                     } else {
                         chkComplete();
                     }

File diff suppressed because it is too large
+ 0 - 0
js/fileinput.min.js


Some files were not shown because too many files changed in this diff