File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
universal-app/kitchen-sink Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ export const MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any = {
74
74
'[attr.aria-disabled]' : 'disabled.toString()' ,
75
75
'[attr.aria-multiselectable]' : 'multiple' ,
76
76
'[attr.aria-orientation]' : 'ariaOrientation' ,
77
- 'ngSkipHydration' : '' ,
78
77
'[class.mat-mdc-chip-list-disabled]' : 'disabled' ,
79
78
'[class.mat-mdc-chip-list-required]' : 'required' ,
80
79
'(focus)' : 'focus()' ,
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ <h2>Chips</h2>
85
85
< mat-basic-chip > Basic Chip 3</ mat-basic-chip >
86
86
</ mat-chip-set >
87
87
88
- < mat-chip-listbox >
88
+ < mat-chip-listbox multiple >
89
89
< mat-chip-option > Extra Small</ mat-chip-option >
90
- < mat-chip-option > Small</ mat-chip-option >
91
- < mat-chip-option > Medium</ mat-chip-option >
90
+ < mat-chip-option selected > Small</ mat-chip-option >
91
+ < mat-chip-option selected disabled > Medium</ mat-chip-option >
92
92
< mat-chip-option > Large</ mat-chip-option >
93
93
</ mat-chip-listbox >
94
94
You can’t perform that action at this time.
0 commit comments