diff --git a/src/material/select/select.ts b/src/material/select/select.ts index 05ac5fa6896d..1272f683147b 100644 --- a/src/material/select/select.ts +++ b/src/material/select/select.ts @@ -178,7 +178,6 @@ export class MatSelectChange { changeDetection: ChangeDetectionStrategy.OnPush, host: { 'role': 'combobox', - 'aria-autocomplete': 'none', 'aria-haspopup': 'listbox', 'class': 'mat-mdc-select', '[attr.id]': 'id',