[PR #5430] [MERGED] Clear active edit on mobile when clicking out of notes field #5930

Closed
opened 2026-02-28 21:21:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5430
Author: @ShayanAraghi
Created: 7/31/2025
Status: Merged
Merged: 8/1/2025
Merged by: @matt-fidd

Base: masterHead: fix/notes-disabled


📝 Commits (2)

  • b8f11d9 clear active edit on mobile when clicking out of notes field
  • 7f3d2b1 Add release notes

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+1 -0)
upcoming-release-notes/5430.md (+6 -0)

📄 Description

fix #5424

Summary of Changes

  • Added an onBlur handler to the notes InputField to ensure the editing state is correctly cleared when focus is lost, even without changes.
  • The blur event now explicitly calls onClearActiveEdit to reset the editingField state when the field loses focus.

🔄 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/5430 **Author:** [@ShayanAraghi](https://github.com/ShayanAraghi) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix/notes-disabled` --- ### 📝 Commits (2) - [`b8f11d9`](https://github.com/actualbudget/actual/commit/b8f11d9567b684d99619f176c455ef866ee0d90e) clear active edit on mobile when clicking out of notes field - [`7f3d2b1`](https://github.com/actualbudget/actual/commit/7f3d2b1303eaf4479968baabb6a8cda67470205b) Add release notes ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+1 -0) ➕ `upcoming-release-notes/5430.md` (+6 -0) </details> ### 📄 Description fix #5424 ### Summary of Changes - Added an `onBlur` handler to the notes `InputField` to ensure the editing state is correctly cleared when focus is lost, even without changes. - The blur event now explicitly calls `onClearActiveEdit` to reset the `editingField` state when the field loses focus. --- <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 21:21:08 -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#5930