-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
Once integrated the ng5-slider I'm getting a lot of event listener violation messages within Chrome console .
zone.js:1666 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
The slider is used like this:
<ng5-slider [value]="port.speed" [options]="defaultOptions" (userChangeEnd)="onSpeedChange($event,port)"></ng5-slider>
defaultOptions: Options = {
floor: 0,
ceil: 255,
step: 1,
noSwitching: true
};
Is this expected behavior?
krishn9502 and vivekfamcominc
Metadata
Metadata
Assignees
Labels
No labels