carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
597 stars 176 forks source link

feat: cv-file-uploader update to current File object coming from event to internalFile #1609

Open isaquebenatti opened 1 week ago

isaquebenatti commented 1 week ago

Contributes to #1607

What did you do?

Updated to current File object coming from event to internalFile so that if a file has been modified the internalFiles are updated

Why did you do it?

I have case where the user may add a .docx file with the same name but modified, and the current component is not updating with the modified file.

How have you tested it?

With local test environment

Were docs updated if needed?

isaquebenatti commented 1 week ago

Hi @davidnixon, could you please review this PR? Thank you! :)