Hi, In the following link [1], the recommended and more easy way to declare a slider is with a range
I think at least for Basic the HTML implementation should be <input type="range" min="1" max="100" value="50"> instead the current (a div with two inner buttons) In Jewel, I'm going to experiment with input range to see if is better or not... Thanks [1] https://www.w3schools.com/howto/howto_js_rangeslider.asp -- Carlos Rovira http://about.me/carlosrovira
