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