mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Enhancement: Add tooltip for select dropdown items (#5070)
This commit is contained in:
parent
8a0a49dd57
commit
d94d80a8c8
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@
|
|||
(focus)="clearLastSearchTerm()"
|
||||
(clear)="clearLastSearchTerm()"
|
||||
(blur)="onBlur()">
|
||||
<ng-template ng-option-tmp let-item="item">
|
||||
<span [title]="item.name">{{item.name}}</span>
|
||||
</ng-template>
|
||||
</ng-select>
|
||||
@if (allowCreateNew) {
|
||||
<button class="btn btn-outline-secondary" type="button" (click)="addItem()" [disabled]="disabled">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue