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
I've come across a bug in chrome where if you upload the same file twice in a row, the change event is not emitted unless you clear element.value with null or ''.
I'd like to know what is the purpose of checking if the multiple attribute is present on the input before clearing the value ? (see:
I've come across a bug in chrome where if you upload the same file twice in a row, the
change
event is not emitted unless you clearelement.value
withnull
or''
.I'd like to know what is the purpose of checking if the
multiple
attribute is present on the input before clearing the value ? (see:angular-file-upload/src/services/FileSelect.js
Line 68 in 829986e
Thank you.
The text was updated successfully, but these errors were encountered: