mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
fixes #292
This commit is contained in:
parent
6c7281ae88
commit
2c065da987
@ -6,9 +6,11 @@
|
|||||||
[style.color]="textColor"
|
[style.color]="textColor"
|
||||||
[style.background]="backgroundColor"
|
[style.background]="backgroundColor"
|
||||||
[clearable]="allowNull"
|
[clearable]="allowNull"
|
||||||
|
[items]="items"
|
||||||
|
bindLabel="name"
|
||||||
|
bindValue="id"
|
||||||
(change)="onChange(value)"
|
(change)="onChange(value)"
|
||||||
(blur)="onTouched()">
|
(blur)="onTouched()">
|
||||||
<ng-option *ngFor="let i of items" [value]="i.id">{{i.name}}</ng-option>
|
|
||||||
</ng-select>
|
</ng-select>
|
||||||
|
|
||||||
<div *ngIf="showPlusButton()" class="input-group-append">
|
<div *ngIf="showPlusButton()" class="input-group-append">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user