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

Implement .get(unencoded=false) #1145

Closed s-cork closed 3 years ago

s-cork commented 3 years ago

This pr adds an api for retrieving the unencoded values which currently isn't possible.

It adds an optional argument to the .get() method which defaults to the current implementation and should have no effect on existing code.

closes #1139

leongersen commented 3 years ago

Thank you for this contribution! I've merged this and released noUiSlider 15.2.0.