0IIie OP t1_jdss43b wrote
Reply to comment by TailessKat in A shocking visualization of how you'll spend your time into the future, designed to help you make the most of your time on Earth - Cloudburst.it by 0IIie
Unfortunately it's not technically possible with these sliders due to a jquery limitation. The next update will switch to a different slider system on mobile to make live values possible.
TellusChaosovich t1_jdsxgwc wrote
It is possible to use on change to update an element displaying the value by each slider.
0IIie OP t1_jdvmzy2 wrote
A lot of time was spent investigating this previously but it wasn't possible to resolve without switching to a different slider system that has it's own drawbacks. There is a jquery problem with the browser that in this case prevents real time values as the slider moves.
Mizart t1_jdvxtju wrote
Or maybe you can put a +/- button there to increment or decrement the value by 1. That could also make it much easier.
0IIie OP t1_jdw2hi8 wrote
Thanks yeah I can definitely see that being useful, also ideally the value text can be switched to a number input field. It's just that that creates some trouble keeping the input's value updated with the slider.
Viewing a single comment thread. View all comments