Problem with updating algorithm and values at once
v1996-96 opened this issue · 1 comments
v1996-96 commented
When there is a simultaneous change in values and algorithm props, slider computes handle position with previous algorithm and then changes algorithm to the new one. Subsequent changes of the values are then passed through the new algorithm. In my environment I use algorithm to make slider with fixed steps on a logarithmic scale. The problem occurs when I change step value, that itself changes algorithm functions. So the question is - is it the right behaviour of the slider (computing new values with obsolete algorithm)? And if it is right behaviour, how can i implement logic of a logarithmic scale with fixed steps the right way?
jezzzm commented
having this problem as well, would appreciate some guidance!