Skip to content

Commit b63fccd

Browse files
committed
Binded 'aria-disabled' for selection-list.ts
1 parent 63e0ee3 commit b63fccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/list/selection-list.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ import {MdListOption} from './list-option';
3939
'[attr.tabindex]': '_tabIndex',
4040
'class': 'mat-selection-list',
4141
'(focus)': 'focus()',
42-
'(keydown)': 'keydown($event)'},
42+
'(keydown)': 'keydown($event)',
43+
'[attr.aria-disabled]': 'disabled.toString()'},
4344
template: '<ng-content></ng-content>',
4445
styleUrls: ['list.css'],
4546
encapsulation: ViewEncapsulation.None,

0 commit comments

Comments
 (0)