Skip to content

Commit 14f7833

Browse files
authored
Merge pull request #12936 from IgniteUI/valadzhov/fix-input-group-clear-icon-text-15.1-12882
fix(input-group): Remove the string from the clear icon
2 parents c2852a9 + b63accd commit 14f7833

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)