Hi,
I’m trying to make a range from 0 to 100 with snaps every 10 values and I need an step of 1.
Something like
<ion-item>
<ion-label>step=1, snaps, </ion-label>
<ion-range min="0" max="100" step="1" snaps="true" SNAP-STEP="10"></ion-range>
</ion-item>
Is this possible? Exists a workaround?
Thanks and best regards