Viewing a single comment thread. View all comments

TellusChaosovich t1_jdsxgwc wrote

It is possible to use on change to update an element displaying the value by each slider.

9

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.

1

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.

2

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.

1