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

Closed
opened 2026-04-10 21:44:05 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5430

State: closed
Merged: Yes


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.
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5430 **State:** closed **Merged:** Yes --- 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.
GiteaMirror added the pull-request label 2026-04-10 21:44:05 -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#12985