domino-ui icon indicating copy to clipboard operation
domino-ui copied to clipboard

v2: FileUpload does not respect `setMultiple(false)`

Open FrankHossfeld opened this issue 1 year ago • 0 comments

Using the FileUpload element and setting setMiultiple(false) does not work as expected. Instead of only uploading one file Item, it is possible to upload more than one item.

In v1 it works as expected.

In case that setMultiple(true) is used and another file is selected, the existing uploaded item has to been removed and the new one loaded. In case of drag & drop of several items, only one file should be processed and the others items should be ignored.

FrankHossfeld avatar Jun 03 '24 12:06 FrankHossfeld