-
Notifications
You must be signed in to change notification settings - Fork 83
fix(drop-container): clear input value on change #924
fix(drop-container): clear input value on change #924
Conversation
Deploy preview created for Built with commit: 35aa8c6aa38145a77e7707fdb8f903318d3018e0 |
Deploy preview created for Built with commit: 35aa8c6aa38145a77e7707fdb8f903318d3018e0 |
Deploy preview created for Built with commit: 35aa8c6aa38145a77e7707fdb8f903318d3018e0 |
Deploy preview created for Built with commit: 35aa8c6aa38145a77e7707fdb8f903318d3018e0 |
ae00a25
to
6dc0406
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that files can be reuploaded without error. LGTM, thanks @emyarod!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related Ticket(s)
#904
Description
This PR clears the file uploader input
value
so that the same file can be reuploaded after being cleared from the previous upload attemptTo test this, upload a file, remove it, and then reupload the same file and confirm that it is added to the file list correctly