[PR #629] [MERGED] Fix form submission on TransferTooltip when pressing enter #3214

Closed
opened 2026-02-28 20:38:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/629
Author: @gsumpster
Created: 2/4/2023
Status: Merged
Merged: 2/4/2023
Merged by: @j-f1

Base: masterHead: gsumpster.fix-keyboard-enter-on-transfer


📝 Commits (3)

  • 0fcc927 use onEnter over onKeyDown in TransferTooltip
  • bf78fa1 condense line
  • 2ded8e2 remove unnecessary arrow fn

📊 Changes

1 file changed (+1 additions, -7 deletions)

View changed files

📝 packages/loot-design/src/components/budget/rollover/TransferTooltip.js (+1 -7)

📄 Description

Resolves #284! It looks like this behavior was intended previously but didn't work because the Input component catches the Enter key and calls onEnter instead.

CleanShot 2023-02-04 at 11 25 10


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/629 **Author:** [@gsumpster](https://github.com/gsumpster) **Created:** 2/4/2023 **Status:** ✅ Merged **Merged:** 2/4/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `gsumpster.fix-keyboard-enter-on-transfer` --- ### 📝 Commits (3) - [`0fcc927`](https://github.com/actualbudget/actual/commit/0fcc9270fc0393ed8bd89190b11802f2efcda72c) use onEnter over onKeyDown in TransferTooltip - [`bf78fa1`](https://github.com/actualbudget/actual/commit/bf78fa15f678c7e699ee3918bc180490861f1d76) condense line - [`2ded8e2`](https://github.com/actualbudget/actual/commit/2ded8e2940203866562deccb003ed065eb032a49) remove unnecessary arrow fn ### 📊 Changes **1 file changed** (+1 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-design/src/components/budget/rollover/TransferTooltip.js` (+1 -7) </details> ### 📄 Description Resolves #284! It looks like this behavior was intended previously but didn't work because the Input component catches the Enter key and calls onEnter instead. ![CleanShot 2023-02-04 at 11 25 10](https://user-images.githubusercontent.com/3413011/216785983-4bf6613b-f35a-4fd5-9c34-3e1dc2ddcbe3.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:38:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3214