You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to know if it is possible to define divisions for the sleek-Circular_slider?
For example I would like to have a slider from 0 - 10 and have steps of 2 at each change...
I try to reach my goal with this manipulation:
onChange: (value) => value.ceil() * 2,
But it seems this has no effect on the value
Do you have any tip to reach my goal?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I would like to know if it is possible to define divisions for the sleek-Circular_slider?
For example I would like to have a slider from 0 - 10 and have steps of 2 at each change...
I try to reach my goal with this manipulation:
onChange: (value) => value.ceil() * 2,
But it seems this has no effect on the value
Do you have any tip to reach my goal?
Thank you!
The text was updated successfully, but these errors were encountered: