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.67k stars 659 forks source link

Suggestions with two starting values do not work #1081

Closed segressio closed 4 years ago

segressio commented 4 years ago

Hello, why do suggestions for work for three sliders, but for two it gives an error? image image

leongersen commented 4 years ago

The error message isn't correct there (I'll get that fixed), but the issue here is that the amount of values you pass to tooltips needs to match the amount of values you pass to start (as it specifies a formatter for each tooltip).

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.