-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slider point don't drag #9
Comments
Could you please mention the version of NpnSlider and Angular you are using now? |
Thanks, Angular 7.3.1 and npnslider 1.3.0, |
@MarcusAguiarURA There is a similar issue with mat-slider that occurs when the slider module is imported before the BrowserAnimationsModule. Can you insure that the BrowserAnimationsModule in imported and imported before the slider module? |
slider is not working on mobile view, could you please help to resolve this issue? |
I've the same issue, I'm not able to drag the start or end. I've also imported BrowserAnimationsModule before the slider module, but it's still not working on Angular 10. |
I still see this issue in Angular 12 version also. @npnm Can you help us upgrade this library ? |
Hi,
My slider points don't move drag, its like the drag event not exists, no errors on console.
CODE:
<npn-slider [min]="1980" [max]="2019" (onChange)="onSliderChange($event)">
Obs: NpnSliderModule imported on AppModule
AnyHint?
The text was updated successfully, but these errors were encountered: