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 would like to check on update whether the value increased or decreased. There does not seem a way to do this without tracking state separately, as this.get() already returns the new value.
I would like to check on
update
whether the value increased or decreased. There does not seem a way to do this without tracking state separately, asthis.get()
already returns the new value.Furthermore, it would be good to mention in https://refreshless.com/nouislider/events-callbacks/#section-binding that
this
won't be set if you use a lambda:While this works:
The text was updated successfully, but these errors were encountered: