Skip to content

Commit 550d4cb

Browse files
zhostizdrawku
andauthored
fix(esf): set getConditionFriendlyName method to a text property in select item (#10544)
Co-authored-by: Zdravko Kolev <[email protected]>
1 parent c0ada71 commit 550d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-date-expression.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<igx-icon *ngIf="expressionUI.expression.condition" family="imx-icons" [name]="getIconName()"></igx-icon>
99
<igx-icon *ngIf="!expressionUI.expression.condition">filter_list</igx-icon>
1010
</igx-prefix>
11-
<igx-select-item *ngFor="let condition of conditions" [value]="condition" [selected]="isConditionSelected(condition)">
11+
<igx-select-item *ngFor="let condition of conditions" [value]="condition" [text]="getConditionFriendlyName(condition)" [selected]="isConditionSelected(condition)">
1212
<igx-icon family="imx-icons" [name]="getCondition(condition).iconName"></igx-icon>
1313
<span>{{translateCondition(condition)}}</span>
1414
</igx-select-item>

0 commit comments

Comments
 (0)