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
This PR adds a new option to the set value or set rangeValue behavior to optionally avoid the onChange callback
The change is backward compatible, because when the new parameter is omitted, it behaves like before (triggering the callback)
.slider('set value',10,false)
0 commit comments