mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes clearing fields that should not be clearable
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user