From 0221fc0402eada7e6cddf2dd82c5bbce448c675b Mon Sep 17 00:00:00 2001 From: Jonas Winkler Date: Wed, 28 Oct 2020 20:21:00 +0100 Subject: [PATCH] select component updated --- .../common/input/select/select.component.html | 17 +++++-- .../common/input/select/select.component.ts | 12 ++++- .../document-detail.component.html | 45 ++++--------------- 3 files changed, 34 insertions(+), 40 deletions(-) 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 7912423bd..717aa7964 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 @@ -1,7 +1,18 @@
- +
+ +
+ +
+
{{hint}}
\ No newline at end of file diff --git a/src-ui/src/app/components/common/input/select/select.component.ts b/src-ui/src/app/components/common/input/select/select.component.ts index ba1dfe1c7..a53566dab 100644 --- a/src-ui/src/app/components/common/input/select/select.component.ts +++ b/src-ui/src/app/components/common/input/select/select.component.ts @@ -1,4 +1,4 @@ -import { Component, forwardRef, Input, OnInit } from '@angular/core'; +import { Component, EventEmitter, forwardRef, Input, OnInit, Output } from '@angular/core'; import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; import { v4 as uuidv4 } from 'uuid'; import { AbstractInputComponent } from '../abstract-input'; @@ -28,4 +28,14 @@ export class SelectComponent extends AbstractInputComponent { @Input() backgroundColor: any + @Input() + allowNull: boolean = false + + @Output() + createNew = new EventEmitter() + + showPlusButton(): boolean { + return this.createNew.observers.length > 0 + } + } diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index 953c5d31f..a32418fe7 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -23,15 +23,15 @@
-
- - -
+ + +
+
@@ -42,43 +42,16 @@
+
-
- -
- -
- -
-
-
-
- -
- -
- -
-
-
+ + + +