changed field order, updated ng-select for tag color selection

This commit is contained in:
jonaswinkler
2020-12-21 18:15:28 +01:00
parent e0cf1551e6
commit a542b30eec
4 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<div class="form-group paperless-input-select">
<label [for]="inputId">{{title}}</label>
<div [class.input-group]="showPlusButton()">
<ng-select name="correspondent" [(ngModel)]="value"
<ng-select name="inputId" [(ngModel)]="value"
[disabled]="disabled"
[style.color]="textColor"
[style.background]="backgroundColor"