Léon Gersen

Results 53 comments of Léon Gersen

That looks like a nice feature. If you end up putting it together, I think it would make for a good [example in the documentation](https://refreshless.com/nouislider/examples/), if you'd be so inclined.

Thanks for the suggestion. There isn't all that much logic in the library to continue supporting older IE versions. It mostly boils down to supporting the lack of `classList`, some...

I understand what your are asking; this currently isn't a feature in noUiSlider.

I'd definitely be interested in a PR improving the base stylesheet. Preferably as the standard behavior, if possible. I think that should mostly be doable with `calc`. That way, only...

Sorry I wasn't clear; your implementation is pretty much complete. I'm just saying it could be added as the default style (so without a `.responsive` container class), because, due to...

I'm very open to your suggestions on this. I've initially only exported the types I needed for the current set of examples and documentation, but I figure some other ones...

It might make sense to not fire `change` and `set` if the slider values did not change in an interaction. This already applies on calling the `set` method. (this would...

Hi! Not as a build in feature, but you can do this using the event system. You can do something like this (I'm on mobile so the example isn't complete):...

Yeah! I've added this (and #1215) as an example to the documentation: [Interacting with pips](https://refreshless.com/nouislider/examples/#section-pips).

There're currently no cancelable events in noUiSlider. It's a feature I'd be interested in, but I haven't given it much thought yet.