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
Should the isEmptyAfterSelection function in the src/services/FileSelect.js really only be dependent on the multiple attribute? I e.g. need to reset the input field without the multiple attribute after selection.
I got a input element with the nv-file-select attribute like this
When i have selected the file foo.ext and then i am removing it with item.remove(); it is not in my queue anymore. Though the input element still has the value foo.ext. So when i want to select this file again because i have removed it accidentally - it wont work since the change event will not be thrown.