Skip to content

Commit b02e24e

Browse files
naaajiidevversion
authored andcommitted
docs(material/list): description for disableRipple (#27135)
prior this commit on properties table disableRipple had no description showing table cell to be empty (cherry picked from commit 7c48a36)
1 parent 9d9ceb2 commit b02e24e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/list/list-base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export abstract class MatListItemBase implements AfterViewInit, OnDestroy, Rippl
125125
}
126126
_explicitLines: number | null = null;
127127

128+
/** Whether ripples for list items are disabled. */
128129
@Input()
129130
get disableRipple(): boolean {
130131
return (

0 commit comments

Comments
 (0)