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

Im trying to use the library with Angular 14, when I import the module in my module imports, angular is complaining that it is not an Ivy compatible version. `NgxSlider...

Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

If your range is not divisible by the step, then the enforceStep option can allow selection of values outside of the range. Here's an example: https://stackblitz.com/edit/ngx-slider-range-slider-example-n8npim?file=src%2Fapp%2Fapp.component.ts Using these options: ```...

On sliders with ticks, (See your own demo site: https://angular-slider.github.io/ngx-slider/ ) If you randomly click around on the slider to move the slider pointer, most of the time, the animation...

Hey there! Thanks a lot for forking the project. 🚀 We use the slider in our application to let the user select one of 86400 seconds and with ceil values...

`import { Options as SliderOptions } from 'ngx-slider-v2';` Here are my options: ``` sliderOptions: SliderOptions = { floor: 0, ceil: 100, showSelectionBar: true, hidePointerLabels: true, hideLimitLabels: true, disabled: false };...

**Bug** A bug I stumbled into is that the slider breaks (displays wrong) if the ngx-slider element or any of it's parents contain a CSS scaling transform rule (Eg :...

Hi, I have a slider that contains (possibly duplicate) timestamps. Whenever I change from a tick on the slider to another one with the same timestamp, I expect the UserChange...

![image](https://github.com/angular-slider/ngx-slider/assets/25223210/59c29b5c-99ec-4096-9445-7a4c576f7f7f) having the following options ``` value: number = 123; options: Options = { floor: 0, ceil: 250, rightToLeft: true, translate: (value: number): string => { return `Maximun ${value} hours`;...