@leonardofmed wrote:
I’m trying to implement some functions that use
ion-range
as input. The functions are okay, my problem is related to the aesthetic issue of theion-range
element. Although there is this option to implement ticks in the documentation, when I insert it in my code nothing happens, theion-range
elements keep the same.When I looked the code provided for the example using ticks, I saw that it don’t even use the option.
How can I obtain the ticks in the range element?
What I’m doing:
<ion-range min="1" max="2" step="0.20" value="1" snaps="true" ticks="true"> <ion-icon size="small" slot="start" name="timer"></ion-icon> <ion-icon slot="end" name="timer"></ion-icon> </ion-range>
Posts: 1
Participants: 1