Skip to content

Commit cbe884a

Browse files
committed
try again
1 parent 60503cf commit cbe884a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/chips/chip-listbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any = {
6767
host: {
6868
'class': 'mdc-evolution-chip-set mat-mdc-chip-listbox',
6969
'[attr.role]': 'role',
70-
'[tabIndex]': '(disabled || empty) ? -1 : tabIndex',
7170
'[attr.aria-required]': 'role ? required : null',
7271
'[attr.aria-disabled]': 'disabled.toString()',
7372
'[attr.aria-multiselectable]': 'multiple',

0 commit comments

Comments
 (0)