multirange icon indicating copy to clipboard operation
multirange copied to clipboard

A tiny polyfill for HTML5 multi-handle sliders

Results 14 multirange issues
Sort by recently updated
recently updated
newest added

Ghost input returns single value, whereas it has attribute `multiple`. That is confusing in case if we try to handle `input` event and read `this.value`. I am trying multirange in...

Clicking on the track moves only the one handle. I think it would be more intuitive to move the closest handle. Example: If range is set from 40% to 60%...

Allow users to drag the current values to a new position. The expected behavior can be seen here: http://refreshless.com/nouislider/slider-options/#section-limit

In latest Safari as well as in Safari Technology preview- handles seem to leave shadows after moving them. Triggering a repaint visually fixes that. ![screen shot 2016-06-01 at 14 04...