Skip to content

Commit 10035f1

Browse files
committed
fix(material-experimental/mdc-slider): disable mat ripple
* Disable the mat ripple on the slider thumbs to prevent the automatic launch that happens on click/touch. The problem is easily reproduced if you undo this change and test it out on a mobile device.
1 parent cd25296 commit 10035f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-slider/slider-thumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
</div>
55
</div>
66
<div class="mdc-slider__thumb-knob" #knob></div>
7-
<div matRipple></div>
7+
<div matRipple [matRippleDisabled]="true"></div>

0 commit comments

Comments
 (0)