Closed mithi closed 3 years ago
Good catch @mithi! Looks like we fail to distinguish undefined
from 0
in several places, at least:
(that's probably the most important one)
(that looks like an edge case, but should also be addressed)
@alexcjohnson , Thanks for taking the time to read and investigate this issue!
I do something like this:
And my slider defaults to
-120
which is the default minimum value instead of the correct value0
. When I use avalue=10
my slider defaults correctly to10
as expected. It seems like this bug only happens when the default value is0
The version I'm using is Dash DAQ '0.4.0'
I'm using dash in my project here
Thanks!