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 @@
+
-
- -
- -
- -
-
-
-
- -
- -
- -
-
-
+ + + +