From ff6d73ce1715d6f17ba2779988842b064544d947 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:01:04 -0700 Subject: [PATCH] Fix missing clear button on select choices --- .../common/input/select/select.component.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html index 549cd94e1..d8b4a3e1d 100644 --- a/src-ui/src/app/components/common/input/select/select.component.html +++ b/src-ui/src/app/components/common/input/select/select.component.html @@ -36,11 +36,16 @@ (focus)="clearLastSearchTerm()" (clear)="clearLastSearchTerm()" (blur)="onBlur()"> - - @if (iconField && item[iconField]) { - + + @if (multiple && !disabled) { + × } - {{item[bindLabel]}} + + @if (iconField && item[iconField]) { + + } + {{item[bindLabel]}} + @if (iconField && item[iconField]) {