Closed recifx closed 4 years ago
Hi, possible work around would be store disabled state in the external variable and change it too, every time you toggle sliders disable
param.
reset()
method just move handles back to original position, it will not work after you used update()
to toggle slider.
Thanks for responding. Checking the toggle variable rather than the instance variable works for my purposes.
Thanks for making this project available.
I would like to read the
from
andto
values of a slider whendisable
isfalse
. As a test I triedIs there a different approach to checking if a slider is disabled?
I also had an issue that
my_irs2.reset()
did not reset the slider to a disabled state after I had toggled it on. I was able to get around that by explicitly including a callmy_irs2.update({disable: true});
Thanks in advance for any assistance in resolving this issue.