mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
[GH-ISSUE #1626] [Bug]: [Mobile] When pressing enter key on transaction amount input, focus skips to the Notes field instead of the Payee selection #14851
Reference in New Issue
Block a user
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 @joel-jeremy on GitHub (Sep 1, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/1626
Verified issue does not already exist?
What happened?
When entering amount in the transaction screen and pressing enter, the focus goes to the
Notesfield instead of the next field in the form which is thePayeeselection.What error did you receive?
No response
Where are you hosting Actual?
Fly.io
What browsers are you seeing the problem on?
Chrome, Other
Operating System
Mobile Device
@miqh commented on GitHub (Oct 25, 2023):
@joel-jeremy, is the intent here simply to make all editable inputs focusable? (This is part of the problem I believe.)
Another perspective might be to make the mobile view accessible via keyboard-only interaction (i.e. using the tab and enter keys a lot). However, this point may seem rather silly given that it's a mobile view. Curious on your thoughts about this.
@youngcw commented on GitHub (Feb 4, 2024):
@joel-jeremy does this still need to be open? Looks to me that pressing enter just stays put now.