leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.66k stars 659 forks source link

decimal point #1169

Closed songminzy closed 2 years ago

songminzy commented 2 years ago

image

Currently, all examples are second decimal places. I want to show only the first decimal place. How can I do it?

ex) 100.00 -> 100.0

leongersen commented 2 years ago

Have a look at the documentation on formatting.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.