I have a slider with the following properties:
- an horizontal direction
- one handle
- a min of 2
- a max of 65
My goal is to force the user to choose between only 7 points (for example: "2, 3, 4, 26, 39, 52, 65") and nothing more.
How do I create a dynamic step size or how do I allow only those points to be the slider steps?