-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
Implement drag all when more than two handles are configured #841
Conversation
Updated the documentation
This looks good. I'll give it a test (and add a unit test or two). Nothing about this pull request would break other features, so I think merging it will be easy. Sorry for not responding earlier; I've been travelling for a while. |
I'm closing this PR as it has become stale. I'd be willing to accept a new PR on this feature (the code provided here should be easy to port), if it was made part of the current |
Is this still implementable or adaptable for the latest release? This would solve the last open issue I have with my slider configuration. |
Yes, the changes in this PR should be straightforward to port to the current state of the code. |
Hi, |
@reshmiram Not by me, but if you are willing to submit a PR for this feature I'd be interested. The submission here would need to be updated and have unit tests added. |
Thank you for responding quickly. I will give that a go. |
… drag all handles; changed check for fixed-drag behaviour; added testDragAllHandles
This feature is now available in noUiSlider 15.4.0. Thank you for contributing! |
This PR fixes the issue #756
I've also updated the documentation accordingly, providing an example of the result.