From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:30:52 +0000 (-0800) Subject: Fix: dropdown with different bindlabel (#5134) X-Git-Tag: v2.2.1~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b13fa47126a9da1266a2a82e33beaa1eecad96d;p=thirdparty%2Fpaperless-ngx.git Fix: dropdown with different bindlabel (#5134) --- 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 3a10b0019d..617799a722 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) {