I am trying to create a discrete Slider (Google's material UI), but I do not see an option to specify custom ticks values. For example, say a range of 0 to 100 but only 3, 24, and 40 are selectable. Is this possible?
Asked
Active
Viewed 288 times
2
-
1Currently it is not available. There is a PR (still open) to support it: https://github.com/material-components/material-components-android/pull/1564 – Gabriele Mariotti May 18 '21 at 08:42
-
Is there no way to set the ticks programmatically? – Brandex07 May 18 '21 at 12:20