IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

Slider value formatting issue #534

Closed zopyx closed 6 years ago

zopyx commented 6 years ago

some slider values are badly formatted (V 2.2.0)

slider

            $('.range-slider').ionRangeSlider({

                type: "single",
                min: 0,
                max: 10000,
                step: 1000,
                grid: true,
                grid_snap: true
            });
IonDen commented 6 years ago

Hi, i cant reproduce. Could you create a demo here? http://jsfiddle.net/IonDen/qv6yrjrv/

zopyx commented 6 years ago

I encountered the error within our integration with Plone CMS inside an internal application. It is not reproducible outside afaik...I solved the issue with a customer formatter.

IonDen commented 6 years ago

Ok, but if you manage to create a working demo with the bug, please notify me.