Is ion-range meant to only work with integer step sizes? Is there a way to use ion-range with a decimal step size? Is this a bug or something I’m doing wrong?
Hey jmilloy, although I cannot answer your question directly, whether Ionic supports decimal ranges or not. What I can suggest though, is that you can simply define your range as integers, but then simply divide it by 100 or whatever precision you want inside the controller. You can even somewhat automate that, by having a hidden field that has the value from the ion-range model divided by whatever you want.