From e670cc9fc9ceb0b9e1b5e3ef5babcc555c2d1c22 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 28 Dec 2023 07:07:36 -0800 Subject: [PATCH] Fix dropdown with different bindlabel --- .../app/components/common/input/select/select.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3a10b0019..617799a72 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 @@ -35,7 +35,7 @@ (clear)="clearLastSearchTerm()" (blur)="onBlur()"> - {{item.name}} + {{item[bindLabel]}} @if (allowCreateNew) {