mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3754] [MERGED] feat: press tab on current input field to focus the next input field #4517
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#4517
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3754
Author: @anwarulislam
Created: 1/17/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @AndrewBastin
Base:
release/2023.12.3← Head:feat/tab-to-focus-next-field📝 Commits (5)
6957316fix: return if no autocomplete source provided09c3753feat: enter to select instead of tab41e3285chore: update key event7c7ceefchore: refactored keyboard events6b63b64chore: refactored keyboard events📊 Changes
1 file changed (+28 additions, -32 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/smart/EnvInput.vue(+28 -32)📄 Description
Closes HFE-385
Description
This PR modifies the keyboard event handling in the
EnvInput.vuecomponent.Tabwill focus the next input field for better accessibilityenterevent was emitted to hide suggestions popover and run request at the same time whileTabwas used to select and hide suggestions popover. Now,Tabwill do its default behavior.Enterwill select the suggestion from the suggestions list and emit the event to run the request when the suggestions popover is not opened.Status
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.