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?