Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Sep 15, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

Description

When the value goes below the defined min value the ProgressBar starts filling again. For example, when min is set to 0 and value is -1 the ProgressBar is displayed as if the value is 1

Steps To Reproduce

  1. Open the following example: https://stackblitz.com/edit/react-u8f57qfj?file=app%2Fapp.jsx
  2. Notice the false behaviour

Actual Behavior

When min is set to 0 and value is -1 the ProgressBar is displayed as if the value is 1

Expected Behavior

When the value is below min it should be displayed as if it is min

Reported in TicketID: 1679817

Fixes #2914.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][ProgressBar] When the value goes below the defined min value the ProgressBar starts filling again
2 participants