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
I'm using the slider with immediateResponse set to true. The arguments passed to the changed event are the new value, and an object containing oldValue, but oldValue is also the new value, instead of the previous value.
The text was updated successfully, but these errors were encountered:
I'm heads down on other things at the moment but feel free to send me a PR if you need this more urgently. The problem is that this code works fine with only slideStart and slideStop events are modifying the value:
I'm using the slider with
immediateResponse
set to true. The arguments passed to thechanged
event are the new value, and an object containingoldValue
, butoldValue
is also the new value, instead of the previous value.The text was updated successfully, but these errors were encountered: