You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow those steps, the files are not added to the drag and drop preview. Chrome developer tools console reads:
Uncaught ReferenceError: i is not defined
at a._addFilesFromSystem (fileinput.min.js?ver=202206191928:11:55410)
at a._zoneDrop (fileinput.min.js?ver=202206191928:11:55633)
at HTMLDivElement.i (jquery-3.7.1.min.js:2:86755)
at HTMLDivElement.dispatch (jquery-3.7.1.min.js:2:40035)
at v.handle (jquery-3.7.1.min.js:2:38006)
I was expecting the files to be added to the preview for upload
Prerequisites
master
branch of bootstrap-fileinput.Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, the files are not added to the drag and drop preview. Chrome developer tools console reads:
Uncaught ReferenceError: i is not defined
at a._addFilesFromSystem (fileinput.min.js?ver=202206191928:11:55410)
at a._zoneDrop (fileinput.min.js?ver=202206191928:11:55633)
at HTMLDivElement.i (jquery-3.7.1.min.js:2:86755)
at HTMLDivElement.dispatch (jquery-3.7.1.min.js:2:40035)
at v.handle (jquery-3.7.1.min.js:2:38006)
I was expecting the files to be added to the preview for upload
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: