mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
changed field order, updated ng-select for tag color selection
This commit is contained in:
parent
e75534c0f2
commit
b653e44f65
4 changed files with 18 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue