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 85a6fff commit 5c0be39Copy full SHA for 5c0be39
src/lib/chips/chip-list.ts
@@ -45,6 +45,7 @@ import {coerceBooleanProperty} from '@angular/cdk/coercion';
45
host: {
46
'[attr.tabindex]': '_tabIndex',
47
'role': 'listbox',
48
+ 'aria-orientation': 'horizontal',
49
'class': 'mat-chip-list',
50
51
'(focus)': 'focus()',
0 commit comments