You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Describe the bug
The ripple is not showing when clicking on a list item.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A material ripple should fire on the list item.
Screenshots
No screenshots.
What Angular MDC version are you using?
v6.0.0-canary.9
What OS are you using?:
MacOS, but this issue affects every OS.
What browser(s) is this bug affecting?:
All browsers.
Solution
The
<mdc-list-item>
should automatically add<span class="mdc-list-item__ripple"></span>
as a child. The code would look like so:The text was updated successfully, but these errors were encountered: