We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
https://jsbin.com/zidaxis/edit?html,js,output
With no modification of my code, this library stopped working with latest IE 11: the drop zone is now hidden, only the submit file part is visible.
After digging, it is because of:
input.files = null;
in canAssignFilesToInput() function.
canAssignFilesToInput()
An error is thrown that we can't modify read-only properties in strict mode.
Browsers
Operating System
Libraries
The text was updated successfully, but these errors were encountered:
e03b535
Fixed via latest commit.
Sorry, something went wrong.
No branches or pull requests
Prerequisites
master
branch of bootstrap-fileinput.Steps to reproduce the issue
https://jsbin.com/zidaxis/edit?html,js,output
Expected behavior and actual behavior
With no modification of my code, this library stopped working with latest IE 11: the drop zone is now hidden, only the submit file part is visible.
After digging, it is because of:
in
canAssignFilesToInput()
function.An error is thrown that we can't modify read-only properties in strict mode.
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: