mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Merge branch 'feature-bulk-edit' into feature-bulk-editor
This commit is contained in:
commit
ba066af664
8 changed files with 221 additions and 23 deletions
|
|
@ -5,6 +5,7 @@
|
|||
[disabled]="disabled"
|
||||
[style.color]="textColor"
|
||||
[style.background]="backgroundColor"
|
||||
[clearable]="allowNull"
|
||||
(change)="onChange(value)"
|
||||
(blur)="onTouched()">
|
||||
<ng-option *ngFor="let i of items" [value]="i.id">{{i.name}}</ng-option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue