[Progress] Indicator doesn't set width: 0%
when the value is zero
#1203
Labels
bug 🐛
Something doesn't work
component: progress
This is the name of the generic UI component, not the React module!
Bug report
Current behavior
When the value is at 0, the indicator doesn't have width: 0%. When using a transition on the width, this breaks the transition from 0.
Expected behavior
Explicitly set
width: 0%
when the value is 0From #1201
The text was updated successfully, but these errors were encountered: