Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric Rang Slider - step parameter not working. #767

Open
CmdrMahesh opened this issue Nov 20, 2021 · 0 comments
Open

Numeric Rang Slider - step parameter not working. #767

CmdrMahesh opened this issue Nov 20, 2021 · 0 comments
Assignees
Labels
Help wanted Person asking for help

Comments

@CmdrMahesh
Copy link

CmdrMahesh commented Nov 20, 2021

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.

@CmdrMahesh CmdrMahesh added the Help wanted Person asking for help label Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help wanted Person asking for help
Projects
None yet
Development

No branches or pull requests

2 participants