-
-
Notifications
You must be signed in to change notification settings - Fork 496
Not an Issue: Dynamic Step support #349
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
Labels
Comments
I think that #280 solves an issue similar to yours but it doesn't handle ticks... |
An other option is to update the step value on the onChange event: http://jsfiddle.net/5kaea452/ |
do you have sample implementation for Min Max? |
What do you mean? |
I mean you are using single value slider as your example. How about slider with range value? |
Oh OK, then it won't work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm wondering if you are going to support dynamic steps?
for example I have a min: 0 to max: 3,000,000 and I would like to have different steps for 0 - 3000 range, 3000 - 1,000,000 range and 1,000,000 to 3,000,000 range.
but they will only use a single slider
let me know if you have answer
Regards,
Kim
The text was updated successfully, but these errors were encountered: