[PR #218] [MERGED] Fix enter to create accounts #37492

Closed
opened 2026-04-23 10:39:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/218
Author: @ezfe
Created: 8/30/2022
Status: Merged
Merged: 11/12/2022
Merged by: @rich-howell

Base: masterHead: master


📝 Commits (1)

  • 55b9a0e Fix enter to create accounts

📊 Changes

2 files changed (+3 additions, -5 deletions)

View changed files

📝 packages/loot-design/src/components/common.js (+0 -4)
📝 packages/loot-design/src/components/modals/CreateLocalAccount.js (+3 -1)

📄 Description

This is a small fix.

Right now, it seems like an attempt was made to insert a hidden button. This does not work on my computer (Safari 16.1).

The correct fix as I understand it is to mark non-submit buttons as type="button".

I've searched the codebase and only found one form button that needs to be modified.


🔄 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/218 **Author:** [@ezfe](https://github.com/ezfe) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 11/12/2022 **Merged by:** [@rich-howell](https://github.com/rich-howell) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`55b9a0e`](https://github.com/actualbudget/actual/commit/55b9a0e7ef150897709725085fb67190967946ac) Fix enter to create accounts ### 📊 Changes **2 files changed** (+3 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-design/src/components/common.js` (+0 -4) 📝 `packages/loot-design/src/components/modals/CreateLocalAccount.js` (+3 -1) </details> ### 📄 Description This is a small fix. Right now, it seems like an attempt was made to insert a hidden button. This **does not work** on my computer (Safari 16.1). The correct fix as I understand it is to mark non-submit buttons as `type="button"`. I've searched the codebase and only found one form button that needs to be modified. --- <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-23 10:39:27 -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#37492