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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
I am using a ProgressBar component to show the progress for all uploads, along with per-file ProgressBar components. For all ProgressBars I have hideOnComplete={false}
If I select a batch of files, and allow them all to complete, then all of the ProgressBars including the overall are shown at 100% width.
If I select a batch of files and cancel one or more of them, then the overall ProgressBar shows 0% width after the remaining files are completed. The individual ProgressBar components show 100% width.
Is this the expected behavior for the ProgressBar component with no file ID prop?
The text was updated successfully, but these errors were encountered:
I am using a ProgressBar component to show the progress for all uploads, along with per-file ProgressBar components. For all ProgressBars I have
hideOnComplete={false}
If I select a batch of files, and allow them all to complete, then all of the ProgressBars including the overall are shown at 100% width.
If I select a batch of files and cancel one or more of them, then the overall ProgressBar shows 0% width after the remaining files are completed. The individual ProgressBar components show 100% width.
Is this the expected behavior for the ProgressBar component with no file ID prop?
The text was updated successfully, but these errors were encountered: