Commit 9d9ceb2
fix(material/list): input coercion does not working for
Fixes a bug that input coercion does not work for the `disableRipple` input on any list item
because the setter in `MatListItemBase` still requires a `boolean` and not a `BooleanInput` value.
Fixes #27125
(cherry picked from commit 2af1e0a)disableRipple on list items (#27126)1 parent 4d33698 commit 9d9ceb2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments