You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there are two bugs in FileUploader component used in a single file uploader mode.
Using the FileUploader component an icon with the state is visible on the right of the filename.
If you try to delete the file and then submit the upload the file is sent even if it has been removed.
Files seems to be removed only from html nodes and not from array map.
I'm using this component for single file to upload but even if multiple prop is set to false, if another file is chosen it is added to the file list instead of replace the old file. It seems only a visualization issue because only the last selected file is send in case of submit.
This are the requested information from Issues template:
Those problems are been verified from chrome and Firefox at latest version with the wfp/ui version 1.2.0-alpha.29.
I'm working on Pace, Reassignment projects.
Steps to reproduce the issue:
Try to choose a file and remove it. Then try to send the file with a submit button.
Use the component with multiple prop at false and select a file. If you repeat the operation the file list will grow up.
It seems there are two bugs in FileUploader component used in a single file uploader mode.
Using the FileUploader component an icon with the state is visible on the right of the filename.
If you try to delete the file and then submit the upload the file is sent even if it has been removed.
Files seems to be removed only from html nodes and not from array map.
I'm using this component for single file to upload but even if multiple prop is set to false, if another file is chosen it is added to the file list instead of replace the old file. It seems only a visualization issue because only the last selected file is send in case of submit.
This are the requested information from Issues template:
Those problems are been verified from chrome and Firefox at latest version with the wfp/ui version 1.2.0-alpha.29.
I'm working on Pace, Reassignment projects.
Steps to reproduce the issue:
Try to choose a file and remove it. Then try to send the file with a submit button.
Use the component with multiple prop at false and select a file. If you repeat the operation the file list will grow up.
Additional information
The text was updated successfully, but these errors were encountered: