mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	bs5: show single filterable dropdown without number
This commit is contained in:
		| @@ -5,8 +5,11 @@ | |||||||
|     </svg> |     </svg> | ||||||
|     <div class="d-none d-sm-inline"> {{title}}</div> |     <div class="d-none d-sm-inline"> {{title}}</div> | ||||||
|     <ng-container *ngIf="!editing && selectionModel.selectionSize() > 0"> |     <ng-container *ngIf="!editing && selectionModel.selectionSize() > 0"> | ||||||
|       <div class="position-absolute top-0 start-100 translate-middle badge bg-secondary border border-light text-light rounded-pill"> |       <div *ngIf="multiple" class="position-absolute top-0 start-100 translate-middle badge bg-secondary border border-light text-light rounded-pill"> | ||||||
|         {{selectionModel.selectionSize()}} |         {{selectionModel.selectionSize()}}<span class="visually-hidden">selected</span> | ||||||
|  |       </div> | ||||||
|  |       <div *ngIf="!multiple" class="position-absolute top-0 start-100 p-2 translate-middle badge bg-secondary border border-light rounded-circle"> | ||||||
|  |         <span class="visually-hidden">selected</span> | ||||||
|       </div> |       </div> | ||||||
|     </ng-container> |     </ng-container> | ||||||
|   </button> |   </button> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon