bug(mat-selection-list): command + A does not work as a select all. #24781
Labels
area: material/list
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Inside the mat-selection-list you have the option to use ctrl + A. It will select all items in the list. For MacOs it won't work, it uses the 'metaKey'.
I looked into the code and I think it needs to be added here, just don't know how to do it.
components/src/material/list/selection-list.ts
Line 576 in bc2fddb
Reproduction
Steps to reproduce:
Expected Behavior
I expect all items to be selected.
Actual Behavior
All text is selected but not the items itself.
Environment
The text was updated successfully, but these errors were encountered: