From c61246501d6f38d9ce365279b61bdbe955322fa8 Mon Sep 17 00:00:00 2001 From: sivanova Date: Wed, 4 Jun 2025 17:29:35 +0300 Subject: [PATCH] fix(combo): prefix/suffix directives not working --- projects/igniteui-angular/src/lib/combo/combo.component.html | 4 ++-- .../src/lib/simple-combo/simple-combo.component.html | 4 ++-- src/app/input-group-showcase/input-group-showcase.sample.html | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/projects/igniteui-angular/src/lib/combo/combo.component.html b/projects/igniteui-angular/src/lib/combo/combo.component.html index 03fd08b909f..e9603f47cb4 100644 --- a/projects/igniteui-angular/src/lib/combo/combo.component.html +++ b/projects/igniteui-angular/src/lib/combo/combo.component.html @@ -3,7 +3,7 @@ - + @@ -15,7 +15,7 @@ [attr.aria-labelledby]="ariaLabelledBy || label?.id || placeholder" (blur)="onBlur()" /> - + @if (displayValue) { - + @@ -21,7 +21,7 @@ (keyup)="handleKeyUp($event)" (keydown)="handleKeyDown($event)" (blur)="onBlur()" (paste)="handleInputChange($event)"/> - + @if (hasSelectedItem) { diff --git a/src/app/input-group-showcase/input-group-showcase.sample.html b/src/app/input-group-showcase/input-group-showcase.sample.html index d9e7a86b826..f3561b9729d 100644 --- a/src/app/input-group-showcase/input-group-showcase.sample.html +++ b/src/app/input-group-showcase/input-group-showcase.sample.html @@ -87,6 +87,8 @@

Angular

@if (getLabel()) { } + favorite + favorite Select a unique falsy value