Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileUpload does not respect setMultiple(false) #942

Closed
FrankHossfeld opened this issue Jun 3, 2024 · 0 comments
Closed

FileUpload does not respect setMultiple(false) #942

FrankHossfeld opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working version 2.x.x Version 2.x.x issues
Milestone

Comments

@FrankHossfeld
Copy link
Contributor

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.

@vegegoku vegegoku self-assigned this Jun 25, 2024
@vegegoku vegegoku added bug Something isn't working version 2.x.x Version 2.x.x issues labels Jun 25, 2024
@vegegoku vegegoku added this to the 2.0.2 milestone Jun 25, 2024
@vegegoku vegegoku changed the title v2: FileUpload does not respect setMultiple(false) FileUpload does not respect setMultiple(false) Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working version 2.x.x Version 2.x.x issues
Projects
Status: Done
Development

No branches or pull requests

2 participants