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]) {