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

Hi, I am trying to achieve a slider with labels placed equally apart with the values 0, 10,000, 25,000, 100,000, 999,999 as labels and $25,000 is the middle. I can...

**hello every one we are using ng5 slider by default with no CSS when we click on left to right its get disturbed. the selected bar goes out side of...

Hello, I am dealing with an issue. I have tested the reactive form module demo in my angular application. Every thing works fine, except that the form control value does...

need more information
question

Hi. Can you please provide some code for how to keep track of multiple instances of Simple Slider in Reactive Forms using FormControl. E.g Sliders created in NgFor loop. I...

For example, I want to set a dynamic step option according to current value: ``` if (val < 100) { step = 1; } else if (val >= 100 &&...

Here is a stackblitz with some code I am trying to refactor from the other slider library. https://stackblitz.com/edit/angular-6-nouislider-xpldrm?file=app/slider-overview-example.ts What I am trying to accomplish is the 'range' part. I think...

I want the middle "midnight" to have the same behavior as the limits.When the labels of the sliders are overlapping the "midnight" it will make it invisible like the limits....

Is there a combination of options that: - allows dragging by handles - allows dragging by range - prevents the pointers jumping when clicking outside of the range Currently `onlyBindHandles`...

When try to print the website, the slider is not being shown. Steps to reproduce: 1) Go to https://angular-slider.github.io/ng5-slider/ 2) Try to print the website (File-> Print) Result: sliders are...