mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Bulk editor component skeleton
This commit is contained in:
@@ -27,6 +27,9 @@ export class FilterableDropdownComponent {
|
||||
@Output()
|
||||
toggle = new EventEmitter()
|
||||
|
||||
@Output()
|
||||
close = new EventEmitter()
|
||||
|
||||
@ViewChild('listFilterTextInput') listFilterTextInput: ElementRef
|
||||
@ViewChild('dropdown') dropdown: NgbDropdown
|
||||
|
||||
@@ -47,6 +50,7 @@ export class FilterableDropdownComponent {
|
||||
}, 0);
|
||||
} else {
|
||||
this.filterText = ''
|
||||
this.close.emit(this.itemsSelected)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user