mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1879] Keyboard navigation on power search #600
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#600
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liyasthomas on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1879
Originally assigned to: @franciscoemanuel on GitHub.
I'm always frustrated when the keyboard navigation doesn't work on lists. Power search has an auto-complete / search suggestions list that doesn't support keyboard navigation.
To reproduce:
This would be a nice to have feature. Power search components are custom-made and extendable.
kbar project seems to be an example of good power search implementation with keyboard navigation, back and forth navigation, nested menus, etc.
@franciscoemanuel commented on GitHub (Oct 17, 2021):
Working on it!