In 2015 we used to be able to create range sliders that moved in integer values.
e.g. when I wrote @Range(2,10), I would only get 2,3,4,5,6,7,8,9,10 as my options on the slider
Now when I write @Range(2,10), I get 2.0, 2.1, 2.2, 2.3........9.9,10.0.
Is there no way to force the range sliders to stick to integer values anymore?