We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e0ee3 commit b63fccdCopy full SHA for b63fccd
src/lib/list/selection-list.ts
@@ -39,7 +39,8 @@ import {MdListOption} from './list-option';
39
'[attr.tabindex]': '_tabIndex',
40
'class': 'mat-selection-list',
41
'(focus)': 'focus()',
42
- '(keydown)': 'keydown($event)'},
+ '(keydown)': 'keydown($event)',
43
+ '[attr.aria-disabled]': 'disabled.toString()'},
44
template: '<ng-content></ng-content>',
45
styleUrls: ['list.css'],
46
encapsulation: ViewEncapsulation.None,
0 commit comments