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 60503cf commit cbe884aCopy full SHA for cbe884a
src/material/chips/chip-listbox.ts
@@ -67,7 +67,6 @@ export const MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any = {
67
host: {
68
'class': 'mdc-evolution-chip-set mat-mdc-chip-listbox',
69
'[attr.role]': 'role',
70
- '[tabIndex]': '(disabled || empty) ? -1 : tabIndex',
71
'[attr.aria-required]': 'role ? required : null',
72
'[attr.aria-disabled]': 'disabled.toString()',
73
'[attr.aria-multiselectable]': 'multiple',
0 commit comments