[PR #2661] [CLOSED] [Mobile] Fix comma handling in split transaction #38871

Closed
opened 2026-04-23 11:51:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2661
Author: @sierikov
Created: 4/25/2024
Status: Closed

Base: masterHead: fix/2629-separator-not-handled-mobile


📝 Commits (1)

  • ddfe0b5 [Mobile] Fix comma handling in split transaction

📊 Changes

3 files changed (+20 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+1 -0)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+13 -3)
upcoming-release-notes/2661.md (+6 -0)

📄 Description

Attempt to solve #2629. This fix dynamically replaces a comma with a dot in "Split transaciton" mode on mobile devices.


🔄 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/2661 **Author:** [@sierikov](https://github.com/sierikov) **Created:** 4/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/2629-separator-not-handled-mobile` --- ### 📝 Commits (1) - [`ddfe0b5`](https://github.com/actualbudget/actual/commit/ddfe0b541bf95eca701ad4e881d802e20c6c5ece) [Mobile] Fix comma handling in split transaction ### 📊 Changes **3 files changed** (+20 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+1 -0) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+13 -3) ➕ `upcoming-release-notes/2661.md` (+6 -0) </details> ### 📄 Description Attempt to solve #2629. This fix dynamically replaces a comma with a dot in "Split transaciton" mode on mobile devices. --- <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 11:51:53 -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#38871