[PR #4503] [MERGED] Fix number input on mobile with hidden decimals #5419

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4503
Author: @jfdoming
Created: 3/2/2025
Status: Merged
Merged: 3/2/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-number-parsing-mobile


📝 Commits (2)

  • 5730a3d Fix number input on mobile with hidden decimals
  • 7281f11 Add release notes

📊 Changes

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

View changed files

📝 packages/loot-core/src/shared/util.test.ts (+65 -1)
📝 packages/loot-core/src/shared/util.ts (+1 -1)
upcoming-release-notes/4503.md (+6 -0)

📄 Description

Looking for help testing this for edge cases in the UI. The unit tests provide coverage based on how I think the function is used, and I've tested most format/fraction-hidden combinations in various places where that matters (reconciliation pop-up and mobile transaction input) but it would be good to get a second pair of eyes.

Fixes https://github.com/actualbudget/actual/issues/4494
Closes #4490


🔄 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/4503 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 3/2/2025 **Status:** ✅ Merged **Merged:** 3/2/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-number-parsing-mobile` --- ### 📝 Commits (2) - [`5730a3d`](https://github.com/actualbudget/actual/commit/5730a3d52de9142388962ed5709892bc268ef7a8) Fix number input on mobile with hidden decimals - [`7281f11`](https://github.com/actualbudget/actual/commit/7281f1158c94f1426ab0384e7a53e554bfa35991) Add release notes ### 📊 Changes **3 files changed** (+72 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/shared/util.test.ts` (+65 -1) 📝 `packages/loot-core/src/shared/util.ts` (+1 -1) ➕ `upcoming-release-notes/4503.md` (+6 -0) </details> ### 📄 Description Looking for help testing this for edge cases in the UI. The unit tests provide coverage based on how I think the function is used, and I've tested most format/fraction-hidden combinations in various places where that matters (reconciliation pop-up and mobile transaction input) but it would be good to get a second pair of eyes. Fixes https://github.com/actualbudget/actual/issues/4494 Closes #4490 --- <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:12: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#5419