-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Disabling ripple globally doesn't work globally #11847
Comments
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 20, 2018
* If someone disables the ripples globally using the `MAT_RIPPLE_GLOBAL_OPTIONS`, the `<mat-tab-nav-bar>` still shows ripples. Ripples should be disabled for that custom `RippleTarget` as well. * By cloning and reinstalling the whole project, I ran into a runtime exception when running Gulp Fixes angular#11847
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 25, 2018
* If someone disables the ripples globally using the `MAT_RIPPLE_GLOBAL_OPTIONS`, chips will still shows ripples. Ripples should be disabled for that custom `RippleTarget` as well. References angular#11847
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 27, 2018
* If someone disables the ripples globally using the `MAT_RIPPLE_GLOBAL_OPTIONS`, the `<mat-tab-nav-bar>` still shows ripples. Ripples should be disabled for that custom `RippleTarget` as well. * By cloning and reinstalling the whole project, I ran into a runtime exception when running Gulp Fixes angular#11847
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
feature request
What is the expected behavior?
That when I add the provider
{provide: MAT_RIPPLE_GLOBAL_OPTIONS, useValue: {disabled: true}}
that it would disable the ripple on more than just buttons.What is the current behavior?
The ripple is not disabled on the
tab-nav-bar
. In the source file nothing is done with thedisabled
property.What are the steps to reproduce?
https://angular-material2-issue-yhgxqa.stackblitz.io
What is the use-case or motivation for changing an existing behavior?
Don't want the ripple at all in our app, but love everything else.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
TS: 2.8.3
Angular: 6.0.1
Angular Material: latest
Is there anything else we should know?
Can't think of anything.
The text was updated successfully, but these errors were encountered: