SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
446 stars 101 forks source link

FileUploader: no way to reset file list #6586

Closed pmarkiewicz closed 2 weeks ago

pmarkiewicz commented 2 weeks ago

Describe the bug

I need to reopen same file few times, example scenario: upload, need to fix something, upload again. Current implementation blocks onChange to be raised after selecting same file.

Isolated Example

No response

Reproduction steps

Use FileUploader and try to open same file twice

Expected Behaviour

Either trigger event every time or have function to cleanup current file list

Screenshots or Videos

No response

UI5 Web Components for React Version

1.24.5

UI5 Web Components Version

1.24.5

Browser

Chrome

Operating System

No response

Additional Context

No response

Relevant log output

No response

Organization

No response

Declaration

Lukas742 commented 2 weeks ago

Hi @pmarkiewicz

I will close this issue as there is already another one covering this topic. If you have any questions or more information, please address them in the original issue.

Duplicate of https://github.com/SAP/ui5-webcomponents-react/issues/6381

Also relevant: https://github.com/SAP/ui5-webcomponents/issues/9947