I notice the docs say "Values outside of this range are coerced into the range", but that doesn't appear to be happening
c
Colton Idle
08/13/2021, 1:43 AM
What's wrong with it? 😂
c
Chris Miller
08/13/2021, 2:28 AM
You shouldn't be using a value greater than 1. The docs for LinearProgressIndicator.progress indicate that it treats anything > 1 as 100% anyway, but the LinearProgressIndicator code doesn't actually look like it does that, which is why your line goes past 100%. So you have a bug, and perhaps LinearProgressIndicator has a bug 🙂