Blur search field on click first entry

This commit is contained in:
shamoon 2024-04-05 00:28:32 -07:00
parent f189da237d
commit a0f9e995d5

View File

@ -264,6 +264,7 @@ export class GlobalSearchComponent implements OnInit {
this.resultsDropdown.isOpen()
) {
this.primaryButtons.first.nativeElement.click()
this.searchInput.nativeElement.blur()
} else if (event.key === 'Escape' && !this.resultsDropdown.isOpen()) {
if (this.query?.length) {
this.reset(true)