[PR #5526] [MERGED] fix: hidden category selection and include hidden when they are shown on budget #24591

Closed
opened 2026-04-16 18:08:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5526
Author: @misu-dev
Created: 8/8/2025
Status: Merged
Merged: 8/12/2025
Merged by: @youngcw

Base: masterHead: fix/hidden-category-selection


📝 Commits (5)

  • 6c03649 fix: hidden category selection
  • 410ea96 chore: add (hidden) to hidden categories and groups
  • 96460ab feat: add hidden category to filter
  • f719b92 feat: show hidden categories in mobile
  • 5815f9f refactor: remove unused variable

📊 Changes

5 files changed (+60 additions, -31 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+36 -29)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+4 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+13 -1)
📝 packages/desktop-client/src/components/util/GenericInput.jsx (+1 -1)
upcoming-release-notes/5526.md (+6 -0)

📄 Description

This PR fixes https://github.com/actualbudget/actual/issues/4896.
Furthermore, I added that now when Hidden Categories are shown, you can select them in the Transaction Table.

To reproduce the old bug:

  • add the following categories in this order: Home Renovations/Greenhouse, Household Goods
  • make sure Home Renovations/Greenhouse is abmove Household Goods in the Budget
  • hide Home Renovations/Greenhouse

Now when you type "hou" in the transaction and press Tab, it selects the hidden category.


🔄 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/5526 **Author:** [@misu-dev](https://github.com/misu-dev) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/hidden-category-selection` --- ### 📝 Commits (5) - [`6c03649`](https://github.com/actualbudget/actual/commit/6c03649e9360bcf47678651a703f7237c7edf7b0) fix: hidden category selection - [`410ea96`](https://github.com/actualbudget/actual/commit/410ea96454aa670b861e7a90e446fffd7349f6e4) chore: add (hidden) to hidden categories and groups - [`96460ab`](https://github.com/actualbudget/actual/commit/96460ab5f279da9931619dc5913fecef4cb2b712) feat: add hidden category to filter - [`f719b92`](https://github.com/actualbudget/actual/commit/f719b92c9407867e5c40b4b3de5690acaba216e7) feat: show hidden categories in mobile - [`5815f9f`](https://github.com/actualbudget/actual/commit/5815f9f5ddb39912e6464372e3d7f447347f0baa) refactor: remove unused variable ### 📊 Changes **5 files changed** (+60 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+36 -29) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+4 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+13 -1) 📝 `packages/desktop-client/src/components/util/GenericInput.jsx` (+1 -1) ➕ `upcoming-release-notes/5526.md` (+6 -0) </details> ### 📄 Description This PR fixes https://github.com/actualbudget/actual/issues/4896. Furthermore, I added that now when Hidden Categories are shown, you can select them in the Transaction Table. To reproduce the old bug: - add the following categories in this order: Home Renovations/Greenhouse, Household Goods - make sure Home Renovations/Greenhouse is abmove Household Goods in the Budget - hide Home Renovations/Greenhouse Now when you type "hou" in the transaction and press Tab, it selects the hidden category. --- <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-16 18:08:37 -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#24591