Skip to content

Commit cc21133

Browse files
committed
fix(slider): focus the thumb when click over the track
Closes #5762
1 parent 849a8ca commit cc21133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/slider/slider.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ export class IgxSliderComponent implements
668668
activeThumb.nativeElement.setPointerCapture($event.pointerId);
669669
this.showSliderIndicators();
670670

671+
$event.preventDefault();
671672
}
672673

673674

0 commit comments

Comments
 (0)