IftachSadeh / paper-range-slider

A material design-style range-slider, composed of paper-slider elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tap Value does not respect step and snaps

ChrisJAllan opened this issue · comments

When tapValueExtend, tapValueReduce or tapValueMove are set and the values are changed through taps, the valueMin and valueMax are not limited by step. The value show on the pins, however, is correct.

Code:

<paper-range-slider snaps always-show-pin step={5} min={0} max={20} tap-value-move />

Screenshot:
Screenshot from 2020-08-07 18:18:40