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
- Open the following example: https://stackblitz.com/edit/react-u8f57qfj?file=app%2Fapp.jsx
- 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