From 5a83ee0381e51f9411a9869dd8cc4f35d070af2b Mon Sep 17 00:00:00 2001 From: Matti Lupari Date: Wed, 21 Feb 2024 12:16:12 +0200 Subject: [PATCH] CSCEXAM-1279 Fix click behavior of xm-dropdown-select --- ui/src/app/shared/select/dropdown-select.component.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/src/app/shared/select/dropdown-select.component.ts b/ui/src/app/shared/select/dropdown-select.component.ts index 315ff1648..990529ca4 100644 --- a/ui/src/app/shared/select/dropdown-select.component.ts +++ b/ui/src/app/shared/select/dropdown-select.component.ts @@ -30,7 +30,7 @@ export interface Option { @Component({ selector: 'xm-dropdown-select', - template: `
+ template: `
} - @for (opt of filteredOptions; track $index) { -