From 2c065da98758e01bdc926d3ce61aa9c400a118e1 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 10 Jan 2021 01:59:47 +0100 Subject: [PATCH] fixes #292 --- .../app/components/common/input/select/select.component.html | 4 +++- 1 file changed, 3 insertions(+), 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 780dc5686..aa500d0d1 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 @@ -6,9 +6,11 @@ [style.color]="textColor" [style.background]="backgroundColor" [clearable]="allowNull" + [items]="items" + bindLabel="name" + bindValue="id" (change)="onChange(value)" (blur)="onTouched()"> - {{i.name}}