-
-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Labels
Help wantedPerson asking for helpPerson asking for help
Description
Hi @IonDen ,
I have used the range slider in my project and it's working fine in every aspect, but the only problem here is the step parameter is not working in my project.
I have inited the range slider with the below snippet:
jQuery('.js-range-slider').ionRangeSlider({
'min':slider.data('min'),
'max':slider.data('max'),
'from':slider.data('from'),
'to':slider.data('to'),
'step': 0.1
});
My website link is https://uiq.rrt.mybluehost.me/product-category/eo_lab_diamond_shape_cat/ where I am facing this issue with the carat slider where I want the value to increase in fractional points.
Thanks & Regards.
Metadata
Metadata
Assignees
Labels
Help wantedPerson asking for helpPerson asking for help