mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
#1240 Folder search, after clicking on folder in list of suggestions, suggestions do not disappear
This commit is contained in:
@@ -171,6 +171,8 @@ export class AlfrescoSearchControlComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
onFileClicked(event): void {
|
||||
this.liveSearchTerm = '';
|
||||
this.searchActive = false;
|
||||
this.fileSelect.emit(event);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user