When uploading multiple files, files with errors are always removed even with removeFromPreviewOnError = false
DEMO:
https://fileinput.rf.gd/
https://github.com/alphp/bootstrap-fileinput-ajax-test
Steps to reproduce the issue
- Upload one JPG
- Repeat step 1:
Throw error when try to upload files duplicates

- Reload page
- Try to upload new jpg and the first (step 1):
The new file uploads without error. The duplicate file throws an error and is removed from the list despite having removeFromPreviewOnError: false.
