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 c4ca044 commit 886fb6dCopy full SHA for 886fb6d
src/material/select/select.spec.ts
@@ -143,7 +143,6 @@ describe('MatSelect', () => {
143
144
it('should set the role of the select to combobox', () => {
145
expect(select.getAttribute('role')).toEqual('combobox');
146
- expect(select.getAttribute('aria-autocomplete')).toBe('none');
147
expect(select.getAttribute('aria-haspopup')).toBe('listbox');
148
});
149
0 commit comments