Skip to content

[Slider] fireOnInit: true, resets the labels and ticks to default module settings (labelType: 'number', max: 20) #1233

Discussion options

You must be logged in to vote

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)
},

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1233 on October 07, 2020 21:04.