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
First: I really like this package. Thank you for that awesome work! Today i experienced two bug:
Bug 1
First one is easy explained. With a value of 0 and a max value > 0, you still see a little bit filled:
This is also easily reproduceable through the live demo on your docs page.
Bug 2
The second bug is a little bit trickier. From my debugging: It seems that if animate is set to true in a special case you can have this outcome with min: 0, max: 2 and value: 0:
Steps to reproduce:
min: 0, max: 3 and value: 1
Update value to 0 (_oldChangeVal will be 1)
Then update max to 2
When animate is false this does not happen. I guess somehow the _oldChangeVal is the problem)
The text was updated successfully, but these errors were encountered:
Description
First: I really like this package. Thank you for that awesome work! Today i experienced two bug:
Bug 1
First one is easy explained. With a value of
0
and a max value> 0
, you still see a little bit filled:This is also easily reproduceable through the live demo on your docs page.
Bug 2
The second bug is a little bit trickier. From my debugging: It seems that if
animate
is set totrue
in a special case you can have this outcome withmin
:0
,max
:2
andvalue
:0
:Steps to reproduce:
min
:0
,max
:3
andvalue
:1
value
to0
(_oldChangeVal
will be1
)max
to2
When
animate
isfalse
this does not happen. I guess somehow the_oldChangeVal
is the problem)The text was updated successfully, but these errors were encountered: