Skip to content

Commit 7c48a36

Browse files
authored
docs(material/list): description for disableRipple (#27135)
prior this commit on properties table disableRipple had no description showing table cell to be empty
1 parent 2af1e0a commit 7c48a36

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)