Skip to content

Commit b63accd

Browse files
committed
fix(input-group): Remove the localization for the clear icon.
1 parent 6dee405 commit b63accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/input-group/input-group.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
title="clear files"
5353
tabindex="0"
5454
>
55-
<igx-icon>{{ resourceStrings.igx_input_clear_button }}</igx-icon>
55+
<igx-icon>clear</igx-icon>
5656
</igx-suffix>
5757
</ng-template>
5858

0 commit comments

Comments
 (0)