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

Now it is possible to add tooltip only when ticks are present. There is no a possibility to add tooltip without ticks. Sometime I do not want to show ticks,...

In our app we set the `dir` attribute on the `html` element to `rtl` for appropriate languages. When that value is set, the slider text justification breaks. This is easily...

Adding zoom to css breaks the slider. I have tried with [manualRefesh] but it doesn't work. Please check it [here](https://ngx-slider-range-slider-example-usbkd2.stackblitz.io). Tested in - Safari: 14.0.3 - Chrome: 92.0.4515.159

When I instead of dragging a slider pointers touch its bar (runway) in any places userChangeEnd and userChangeStart events fire twice. When open this example https://angular-slider.github.io/ngx-slider/demos#user-events-slider on touch devices and...

I am trying to change the colour of the selected part of the ngx-slider and i am unable to do that. Below i have provided a stackblitz example for the...

This component gives peer dependency issues on Angular 12. Please update.

I want to make a difference between items are VALID (between minLimit and maxLimit) and NOTVALID (Out of this range) when using steps array. there is no class or something...

Hello, I am using ngxslider with angular and Ionic. I have customised the slider to look like so: ![image](https://user-images.githubusercontent.com/13795246/124742101-4e3ea380-df14-11eb-84af-d612f5927188.png) When I try to use the slider in mobile devices it...

Updating [(value)] from component.ts does not change the position of the pointer to the selected tick value. Using ngx-slider : 2.0.3 `Angular CLI: 7.3.9 Node: 12.13.0 OS: win32 x64 Angular:...