We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f6b075 + ef85d87 commit e61c21dCopy full SHA for e61c21d
src/app/drop-down/drop-down.sample.html
@@ -50,9 +50,9 @@
50
[value]="item.selected"
51
>
52
@if(!properties.hidePrefix) {
53
- <igx-icon slot="prefix">location_city</igx-icon>
+ <igc-icon slot="prefix" name="location_city"></igc-icon>
54
} {{ item.field }} @if(!properties.hideSuffix) {
55
- <igx-icon slot="suffix">location_on</igx-icon>
+ <igc-icon slot="suffix" name="location_on"></igc-icon>
56
}
57
</igc-dropdown-item>
58
} }
0 commit comments