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
Hi @Mijsoot. Step is a param you set from outside, that is why it is not visible in sliders telemetry.
Idea is this. If you need it - you could save it to variable and reuse later.
Example:
letmyStep=100;$(...).ionRangeSlider({step: myStep});// change stepmyStep=200;sliderInstance.update({step: myStep});// in this case you will always have access to step as an external variable.
Hi @IonDen , thank you for your response.
Effectively i had found this, you can see it in my before example.
But, i thunk that "data-step" could be readle like all others "data-...".
Hi,
I don't know it's normal or not but we can't access to the data.step value.
Do i make a mistake anywhere ?
I made a CodePen to try here
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: