mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: dropdown with different bindlabel (#5134)
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
			
		||||
            (clear)="clearLastSearchTerm()"
 | 
			
		||||
            (blur)="onBlur()">
 | 
			
		||||
            <ng-template ng-option-tmp let-item="item">
 | 
			
		||||
                <span [title]="item.name">{{item.name}}</span>
 | 
			
		||||
                <span [title]="item[bindLabel]">{{item[bindLabel]}}</span>
 | 
			
		||||
            </ng-template>
 | 
			
		||||
          </ng-select>
 | 
			
		||||
          @if (allowCreateNew) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user