search_next_previous_keyboard (#10371)

Co-authored-by: gh-log <>
This commit is contained in:
gh-log 2025-03-27 22:15:27 +00:00 committed by GitHub
parent 66257c87af
commit c5759b29ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@
[class.text-danger]='state.resultCount == 0',
(click)='$event.stopPropagation()',
(keyup.enter)='findPrevious()',
(keyup.up)='findPrevious()',
(keyup.down)='findPrevious()',
(keyup.esc)='close.emit()',
[placeholder]='"Search"|translate'
)