-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
Description
Reproduction
Steps to reproduce:
- GoTo a modified example from the docs: https://stackblitz.com/edit/angular-wqcqyp
- {provide: MAT_RIPPLE_GLOBAL_OPTIONS, useValue: { disabled: true }} inside main.ts
- mat-checkbox [disableRipple]="true" in checkbox-configurable-example.html
Expected Behavior
IT should not be visible but after updating to angular 8 and Angular material latest version the ripple is visible again even if disableRipple is used, so I added the global disable ripple configuration but still the same
Actual Behavior
The ripple on the checkbox on hover is visible although disableRipple and MAT_RIPPLE_GLOBAL_OPTIONS disabled is specified
Environment
- Angular: 8
- CDK/Material: 8.2.4 (same issue with 8.1.4)
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOs