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.64k stars 658 forks source link

Any reason why keyboardDefaultStep is not an updatable option? #1226

Open mitar opened 1 year ago

mitar commented 1 year ago

I would like to update keyboardDefaultStep as my min and max values change.

Dass1010 commented 1 year ago

This article explains about why keyboardDefaultStep is not an updatable option in nouislider click here to see and get the answer above question.

mitar commented 1 year ago

Thanks for the pointer to the article. But it looks like the article describes current state of the implementation and this issue is about changing it, it is a feature request. So if min and max can be updated, thus should be keyboardDefaultStep, in my view.