mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-24 01:06:17 +00:00
Add timeout for clearing last search term on select blur
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
bindValue="id"
|
||||
(change)="onChange(value)"
|
||||
(search)="onSearch($event)"
|
||||
(focus)="onFocus()">
|
||||
(focus)="onFocus()"
|
||||
(blur)="onBlur()">
|
||||
</ng-select>
|
||||
|
||||
<div *ngIf="showPlusButton()" class="input-group-append">
|
||||
|
Reference in New Issue
Block a user