File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {_StructuralStylesLoader} from '../core';
33
33
'[class.mdc-evolution-chip__action--trailing]' : '!_isPrimary && !_isLeading' ,
34
34
'[attr.tabindex]' : '_getTabindex()' ,
35
35
'[attr.disabled]' : '_getDisabledAttribute()' ,
36
- '[attr.aria-disabled]' : 'disabled' ,
37
36
'(click)' : '_handleClick($event)' ,
38
37
'(keydown)' : '_handleKeydown($event)' ,
39
38
} ,
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ export class MatChipGridChange {
65
65
'class' : 'mat-mdc-chip-set mat-mdc-chip-grid mdc-evolution-chip-set' ,
66
66
'[attr.role]' : 'role' ,
67
67
'[attr.tabindex]' : '(disabled || (_chips && _chips.length === 0)) ? -1 : tabIndex' ,
68
- '[attr.aria-disabled]' : 'disabled.toString()' ,
69
68
'[attr.aria-invalid]' : 'errorState' ,
70
69
'[class.mat-mdc-chip-list-disabled]' : 'disabled' ,
71
70
'[class.mat-mdc-chip-list-invalid]' : 'errorState' ,
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ export interface MatChipInputEvent {
61
61
'[attr.placeholder]' : 'placeholder || null' ,
62
62
'[attr.aria-invalid]' : '_chipGrid && _chipGrid.ngControl ? _chipGrid.ngControl.invalid : null' ,
63
63
'[attr.aria-required]' : '_chipGrid && _chipGrid.required || null' ,
64
- '[attr.aria-disabled]' : 'disabled && disabledInteractive ? "true" : null' ,
65
64
'[attr.readonly]' : '_getReadonlyAttribute()' ,
66
65
'[attr.required]' : '_chipGrid && _chipGrid.required || null' ,
67
66
} ,
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ export const MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any = {
69
69
'[attr.role]' : 'role' ,
70
70
'[tabIndex]' : '(disabled || empty) ? -1 : tabIndex' ,
71
71
'[attr.aria-required]' : 'role ? required : null' ,
72
- '[attr.aria-disabled]' : 'disabled.toString()' ,
73
72
'[attr.aria-multiselectable]' : 'multiple' ,
74
73
'[attr.aria-orientation]' : 'ariaOrientation' ,
75
74
'[class.mat-mdc-chip-list-disabled]' : 'disabled' ,
You can’t perform that action at this time.
0 commit comments