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.69k stars 657 forks source link

Add starter #1122

Closed Belingheri closed 3 years ago

Belingheri commented 3 years ago

Hi, how can i add new item to the slider? If i inizialized with strater like [0,30,90]how can i add another? if i do set([10,34,93,100]) it work only on the first 3 tk

leongersen commented 3 years ago

To add a handle to the slider, you can destroy() and recreate it.

Belingheri commented 3 years ago

Yes, I did that, but I thought there was another way tk 4 all

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.