googlearchive / paper-slider

A slider à la Material Design
16 stars 18 forks source link

even "step" value doesn't work with odd "min" value #49

Open aahoo opened 8 years ago

aahoo commented 8 years ago

Test code:

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

Result: Knob value should be 5 but it is 6.

mvpmvh commented 8 years ago

it's good to know I'm not crazy and misusing such a simple element. I cannot get odd values to work either.

mvpmvh commented 8 years ago

I think this is the wrong thread. I think https://github.com/PolymerElements is what is being monitored for element issues.