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

Can this fixed somehow via css? ![image](https://user-images.githubusercontent.com/388439/85956527-95e83200-b986-11ea-97fe-8b0e65061d75.png)

It seems that as of some time between July 10, 2016, and July 31, 2016, the "multiple" attribute was removed from the input[type=range] spec, and is now listed as "does...

Is there a way around this? the events only fire when I move the first handle

Hello, The multirange polyfill works just fine in JSFiddle, but won't work in my Vue.js project. Line 112 in multirange.js is the issue: `module.exports = multirange;` which gives me the...

If we give the input width:100% and place it in a parent that has padding, the multirange input doesn't look right. The "ghost" input has the right width, but the...

CDN is good place where polyfills can be. You can add `package.json` to add npm support. Other developers can import your polyfill to page through browserify. As you can see...

CSS: Use the --range-color property to change the color of the range. Use the --track-background property for more extensive customization. how? pls show example thanks

This plugin doesn't seem to operate or load as expected for me in the latest Chrome (v62). In a new Incognito window I go to https://leaverou.github.io/multirange/ and see this in...

I'm testing the demo-page in IE11 (in Browserstack), but I only see one slider and not two as it says in the demo. Perhaps it's not implemented yet or am...

I'm trying to play around with how the input can be styled (vertically, diagonally), but it seems there's no support for this. Are there any known solutions to this problem?...