ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

Self-contained, mobile friendly slider component for Angular based on angularjs-slider

Results 130 ngx-slider issues
Sort by recently updated
recently updated
newest added

When floor and ceil values are same then both pointer comes to left hand side.It should be like one pointer on left and other on right. And on changing the...

Hi, If I provide a Steps Array with values 0, 5, 100, then the '5' tick is always exactly in the middle of the slider. How can I get the...

when `showTicksValues = true` and `getLegend` function is provided and `ticksArray` is set the ticks values are displayed under the ticks ,overlapping the legends.

When `ticksArray` is set and the `showTicksValues=true`, the ticks values are not displayed.

Hi, is it possible to provide an array of restriction? somwthing like this : ![RULE_TYPE_time](https://user-images.githubusercontent.com/3436565/106377092-bca09800-63af-11eb-908a-feda3743fe00.jpg) The red areas are disabled and cannot be selected!

_Or is it possible to hide the default value when the value is assigned as empty (or hide NaN when value is undefined)?_

Is there a way to make scrolling when dragging the thumb as Smooth as the Angular material native slider? https://material.angular.io/components/slider/overview

Hello, I'm trying to integrate the component into my app, using Universal server-side rendering. My code works fine (thanks for this good component!) without the SSR. When running with SSR,...

known issue

It would be nice, if slider could be conditionally disabled by @Input() disabled: boolean. Usage would be like .

enhancement

Does precisionLimit apply to Options.stepsArrray? I can't seem to get it to work. If I specify floor, ceil, and step, then precisionLimit seems to work as intended. But I need...