-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more than 2 start values issues #30
Comments
Actually, I didn't know that nouislider supports more than 2 handles. |
Ok, it was added in 9.0.0 version and currently this lib supports ~8.5.1 |
@Yankovsky While technically not b/w compatible (the DOM changes), upgrading to noUiSlider 9 should be hassle-free. There are no API changes. |
Yeah, I've changed this part in your code and nothing else and looks like it is working fine (so far). |
@raziza as I understand you've solved this issue. Can you create pr? |
@kikitsa @leongersen Do you still need help with that issue? |
When having more than 2 values to our slider only first 2 are being synced.
Fix: 'equals' and
createSlider
methods should be changed to loop over the start values and not hard coded first and second items.The text was updated successfully, but these errors were encountered: