ng2-nouislider
ng2-nouislider copied to clipboard
Angular2 noUiSlider directive
I have a lower and upper handle, in my event how can i pass in which handle is bring dragged?
Is there an easy way to have the same result as [this](https://materializecss.com/range.html) type of design. When I import directly the css file of materialize nothing works. I think I miss...
I have some range f.e. [30, 100]. I need to change this range to [50, 200, 500] by click on some button in another place. What I see now: Count...
Hello, both [`direction`](https://refreshless.com/nouislider/slider-options/#section-direction) and [`padding`](https://refreshless.com/nouislider/slider-options/#section-padding) are options from noUiSlider. We could define those inside a config but now we can also define them in HTML. Happy coding 🎉
I've been trying to create a nouislider with a vertical orientation, but the handles seem to be stuck at 0. My config looks like: ``` someRange=[5,95]; sideSlideConfig = { connect:...
Slider doesn't react on arrows and also tabindex doesn't disappear on keyboardSupport: false as it does in the original one. My version: 1.7.13
hello, my case requires me to have slider with set min and max shown always (let say from 0 to 5) but sometimes, affter custom validation I should never allow...
Hi, I'm experiencing strange behaviour when using dynamic values for the ngModel. When the values of ngModel change, it changes them in the slider, but right after it changes them...
nouislider supports ['margin' options](https://refreshless.com/nouislider/slider-options/#section-margin) which determines the minimum distance between the handles, but this property is not added in the ng2-nouislider component. My use-case is to restrict same values for...
Getting the following warning and slider is not being rendered [Deprecation] Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for...