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

tooltip formatters only need a .to #1146

Closed s-cork closed 3 years ago

s-cork commented 3 years ago

closes #1140

a valid tooltip formatter only needs a .to method.

leongersen commented 3 years ago

Thank you for this contribution! I've merged this and released noUiSlider 15.2.0. I've also extended this concept to the pips.format, and ariaFormat options.