-
Notifications
You must be signed in to change notification settings - Fork 122
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
Step Values in Decimal #71
Comments
I think it should work with a decimal but I've just tried your scenario and it isn't working for me either... I suspect it might be a rounding issue |
Adding the attribute decimal-places="1" to the range slider resolves this for me |
yes i did the same. decimal-places="1" |
I'm trying to create several sliders with ng-repeat. When I try to dynamically set the decimal-places (some need to be 0, some need to be 1), none of sliders step by the correct increment. Even when I specifically set decimal-places to 0 for each slider, the step gets overwritten, defaulting to 1. |
HI THERE how about for smaller decimal values. like from 0 - 1 ( 0.3, 0.5, 0.8 ) |
Hi, |
Hi,
Just wanted to check if the "step" values can be given in decimal. I have "step" values for few sliders ranging from 0.1 to 0.5. I set the value to 0.1 but looks like it is not working. Any idea on how to resolve this ?
Thanks,
Anirban
The text was updated successfully, but these errors were encountered: