galex
07/19/2020, 6:14 PMSlider
doesn’t follow the steps
and lets me drag it all over. Is this a known bug? Is the main issue tracker the right place to report issues on material design compose lib?matvei
07/20/2020, 11:55 AMgalex
07/20/2020, 1:32 PMsteps
parameter is how many steps we want in between, aka if I want 1 to 100 by steps of 10 I need to say steps=10.
Before we would just set up stepSize… That’s why it felt super weird once I switched to Compose!matvei
07/20/2020, 1:47 PMsteps
is the amount of steps between min and max bound. We probably need to explicitly say that in the param docsgalex
07/20/2020, 1:48 PMmatvei
07/20/2020, 1:55 PM