Skip to content

[Bug][ProgressBar] When the value goes below the defined min value the ProgressBar starts filling again #2914

@Yanko-Georgiev

Description

@Yanko-Georgiev

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions