Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In the Uploader component and noticed that the change event returns all the uploaded files even though the component is not set to multiple.
React : https://stackblitz.com/edit/react-skkk4s-az6dmm?file=index.js
Replication Procedure:
1. Run the sample.
2. Upload any file and check the console for the returned file information ( correct )
3. Upload another file and observe in the console that the previous file information is also displayed in the array[1]. ( when multiple is false )
Expected: The change event returns only current uploaded file even though is not set to multiple.
Current: The change event returns all the uploaded files even though is not set to multiple.