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 3930da2 commit b204a16Copy full SHA for b204a16
src/lib/list/selection-list.ts
@@ -416,7 +416,7 @@ export class MatSelectionList extends _MatSelectionListMixinBase implements Focu
416
417
/** Sets the focused option of the selection-list. */
418
_setFocusedOption(option: MatListOption) {
419
- this._keyManager.updateActiveItemIndex(this._getOptionIndex(option));
+ this._keyManager.updateActiveItem(option);
420
}
421
422
/**
0 commit comments