Skip to content

Commit 63e6a67

Browse files
swseverancevivian-hu-zz
authored andcommitted
refactor(list): refactor component inputs (#14804)
* remove `disabled` and `tabIndex` from `MatSelectionList` array of inputs. `disabled` and `tabIndex` properties of the component are already decorated with `@Input()` decorator
1 parent 9d2cb6c commit 63e6a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/selection-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export class MatListOption extends _MatListOptionMixinBase
272272
moduleId: module.id,
273273
selector: 'mat-selection-list',
274274
exportAs: 'matSelectionList',
275-
inputs: ['disabled', 'disableRipple', 'tabIndex'],
275+
inputs: ['disableRipple'],
276276
host: {
277277
'role': 'listbox',
278278
'[tabIndex]': 'tabIndex',

0 commit comments

Comments
 (0)