Skip to content

Numeric Rang Slider - step parameter not working. #767

@CmdrMahesh

Description

@CmdrMahesh

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 help

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions