[Slider] fireOnInit: true, resets the labels and ticks to default module settings (labelType: 'number', max: 20) #1233
-
Currently the The Testcasehttps://codepen.io/feher/pen/wvBJwYE Version2.8.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is more a usage issue IMHO. Calling the slider function into the slider's event callback can disturb it. You should handle the value change like this: onChange: (value) => {
$('#slider-input-1').val(value)
}, |
Beta Was this translation helpful? Give feedback.
-
That's a good point... and indeed was at the root cause of the issue. |
Beta Was this translation helpful? Give feedback.
This is more a usage issue IMHO. Calling the slider function into the slider's event callback can disturb it. You should handle the value change like this: