PolymerElements / iron-range-behavior

Managing a numeric value within a given range
8 stars 16 forks source link

odd stepping behaves...."oddly" #10

Closed blasten closed 9 years ago

blasten commented 9 years ago

From: https://github.com/PolymerElements/paper-slider/issues/70

<paper-slider min="1" max="7" value="3" step="2" pin snaps></paper-slider>

I would expect that my slider values would snap 1, 3, 5, 7 but that is not the case. Slider starts at 2 and cannot ever reach 1. The snap indicators is not where the knob snaps to. The final snap value shows '8' in the knob, but the actual value is 7.