File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ const _MatChipGridMixinBase = mixinErrorState(MatChipGridBase);
91
91
@Component ( {
92
92
selector : 'mat-chip-grid' ,
93
93
template : `
94
- <span class="mdc-evolution-chip-set__chips" role="presentation">
94
+ <div class="mdc-evolution-chip-set__chips" role="presentation">
95
95
<ng-content></ng-content>
96
- </span >
96
+ </div >
97
97
` ,
98
98
styleUrls : [ 'chip-set.css' ] ,
99
99
inputs : [ 'tabIndex' ] ,
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ export const MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any = {
59
59
@Component ( {
60
60
selector : 'mat-chip-listbox' ,
61
61
template : `
62
- <span class="mdc-evolution-chip-set__chips" role="presentation">
62
+ <div class="mdc-evolution-chip-set__chips" role="presentation">
63
63
<ng-content></ng-content>
64
- </span >
64
+ </div >
65
65
` ,
66
66
styleUrls : [ 'chip-set.css' ] ,
67
67
inputs : [ 'tabIndex' ] ,
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ const _MatChipSetMixinBase = mixinTabIndex(MatChipSetBase);
46
46
@Component ( {
47
47
selector : 'mat-chip-set' ,
48
48
template : `
49
- <span class="mdc-evolution-chip-set__chips" role="presentation">
49
+ <div class="mdc-evolution-chip-set__chips" role="presentation">
50
50
<ng-content></ng-content>
51
- </span >
51
+ </div >
52
52
` ,
53
53
styleUrls : [ 'chip-set.css' ] ,
54
54
host : {
You can’t perform that action at this time.
0 commit comments