Summary
For slider widgers, having label_visibility ("visible" or "hidden" or "collapsed")
is nice, but could we also have
value_visibility ("visible" or "hidden" or "collapsed")
-
range_visibility ("visible" or "hidden" or "collapsed")
Or, even better, custom values / ranges?
Example
Here is a slider for my app
I would like options to remove / collapse / customise the 1
and the 1257
(I’d like them to just say “more” and “less”, but behind the scenes remain numeric). I’d also like the option to remove / modify the current value (here as 50
).
Any work-arounds? Await an update? Thanks!