From 2b13fa47126a9da1266a2a82e33beaa1eecad96d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:30:52 -0800 Subject: [PATCH] Fix: dropdown with different bindlabel (#5134) --- .../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) {