diff --git a/src/material/select/select.ts b/src/material/select/select.ts index 94efdfec1f28..8e153c842b64 100644 --- a/src/material/select/select.ts +++ b/src/material/select/select.ts @@ -942,6 +942,11 @@ export class MatSelect if (isArrowKey && event.altKey) { // Close the select on ALT + arrow key to match the native