[PR #1316] [MERGED] Fix clicking enter will create empty transaction #22275

Closed
opened 2026-04-16 16:38:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1316
Author: @aleetsaiya
Created: 7/8/2023
Status: Merged
Merged: 7/18/2023
Merged by: @MatissJanis

Base: masterHead: fix-create-empty-transaction


📝 Commits (4)

  • 28b9397 fix clicking enter will create empty transaction
  • 564fe01 add release note
  • cdf4632 Only stop propagation when Enter press, not include tab
  • 997431d fix lint

📊 Changes

2 files changed (+10 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/select/DateSelect.js (+4 -6)
upcoming-release-notes/1316.md (+6 -0)

📄 Description

fix #1301

After the change, upper components will not detect the press enter event before the datepicker is closed.


🔄 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/1316 **Author:** [@aleetsaiya](https://github.com/aleetsaiya) **Created:** 7/8/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-create-empty-transaction` --- ### 📝 Commits (4) - [`28b9397`](https://github.com/actualbudget/actual/commit/28b9397a95f0bd6afc33f08205291937c0d43636) fix clicking enter will create empty transaction - [`564fe01`](https://github.com/actualbudget/actual/commit/564fe010b3ac3934e44c255ced408b5eaffc9419) add release note - [`cdf4632`](https://github.com/actualbudget/actual/commit/cdf4632235745c3dd4de48a979de325d4d849ec9) Only stop propagation when Enter press, not include tab - [`997431d`](https://github.com/actualbudget/actual/commit/997431d59c4342633914132672e2285ea17be8cb) fix lint ### 📊 Changes **2 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/select/DateSelect.js` (+4 -6) ➕ `upcoming-release-notes/1316.md` (+6 -0) </details> ### 📄 Description fix #1301 After the change, upper components will not detect the press enter event before the datepicker is closed. --- <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-04-16 16:38:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#22275