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 multiple is set, the existing file list is cleared when new files are selected.
This should not happen, newly selected files should be added to the existing list of files.
See also the demo on the spec page.
(There may be a bug in that version as well: When adding the same file multiple times, it creates multiple entries, but removing one of them removes all instances. Not sure why, maybe the browser tracks file identity and if the items are removed via filter all references get removed. Ideally existing files should not be added multiple times in the first place.)
The same probably applies to FileUploaderDropContainer.
The text was updated successfully, but these errors were encountered:
When
multiple
is set, the existing file list is cleared when new files are selected.This should not happen, newly selected files should be added to the existing list of files.
See also the demo on the spec page.
(There may be a bug in that version as well: When adding the same file multiple times, it creates multiple entries, but removing one of them removes all instances. Not sure why, maybe the browser tracks file identity and if the items are removed via
filter
all references get removed. Ideally existing files should not be added multiple times in the first place.)The same probably applies to
FileUploaderDropContainer
.The text was updated successfully, but these errors were encountered: