Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Progress] Indicator doesn't set width: 0% when the value is zero #1203

Closed
mj12albert opened this issue Dec 20, 2024 · 1 comment · Fixed by #1204
Closed

[Progress] Indicator doesn't set width: 0% when the value is zero #1203

mj12albert opened this issue Dec 20, 2024 · 1 comment · Fixed by #1204
Assignees
Labels
bug 🐛 Something doesn't work component: progress This is the name of the generic UI component, not the React module!

Comments

@mj12albert
Copy link
Member

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 0


From #1201

@mj12albert mj12albert added bug 🐛 Something doesn't work component: progress This is the name of the generic UI component, not the React module! labels Dec 20, 2024
@mj12albert mj12albert self-assigned this Dec 20, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: progress This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant