mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Clear last search term when clear button clicked
This commit is contained in:
parent
8ddb3e80b7
commit
b6756595d9
4 changed files with 9 additions and 7 deletions
|
|
@ -11,7 +11,8 @@
|
|||
bindValue="id"
|
||||
(change)="onChange(value)"
|
||||
(search)="onSearch($event)"
|
||||
(focus)="onFocus()"
|
||||
(focus)="clearLastSearchTerm()"
|
||||
(clear)="clearLastSearchTerm()"
|
||||
(blur)="onBlur()">
|
||||
</ng-select>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue