Pretty sure I found a <bug> in `RangeSlider` if yo...
# compose
a
Pretty sure I found a bug in
RangeSlider
if you constrain its width it doesn’t render the second range button, because it goes outside of that space. Also if you don’t set
Modifier.fillMaxWidth(0.85f)
it will push anything after it out of view which I’m pretty sure is not the intended behaviour. I’m using Compose 1.1.1. Also if you constrain the max width the progress indication get’s really wacky.