You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a custom max value the percentage is not calculated correctly as the the switch case checks if the value passed is bigger than 100 and not the custom set max.
Therefore when using :value=101 and :max=150 the progressbar looks fine but the Indicator will show 100%
Environment
Version
v2.10.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-6jfnus?file=app.vue
Description
When using a custom
max
value the percentage is not calculated correctly as the the switch case checks if thevalue
passed is bigger than 100 and not the custom setmax
.Therefore when using :value=101 and :max=150 the progressbar looks fine but the Indicator will show 100%
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: