[PR #1843] [CLOSED] Indicate Hidden Categories in autocomplete dropdown #3983

Closed
opened 2026-02-28 20:49:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1843
Author: @Shazib
Created: 10/30/2023
Status: Closed

Base: masterHead: hidden-category-grouping


📝 Commits (10+)

  • 9f3761c Remove unused export
  • 2e1b01e Release Notes
  • 91c3db4 Merge branch 'master' into hidden-category-grouping
  • a0ccb2b Merge remote-tracking branch 'parent/master' into hidden-category-grouping
  • f645e8c Merge branch 'master' into hidden-category-grouping
  • 4df2e56 showHiddenItems flag
  • 601cde8 linter issues
  • 616d04a allow on generic input
  • 07a4b19 wip formatting
  • 31880ca Merge branch 'master' into hidden-category-grouping

📊 Changes

3 files changed (+62 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+55 -14)
📝 packages/desktop-client/src/components/util/GenericInput.js (+1 -0)
upcoming-release-notes/1843.md (+6 -0)

📄 Description

CHOSEN SOLUTION

On the transactions table, the hidden categories are not shown at all.

When used via GenericInput for filtering and reporting, the hidden transactions are shown in their own group

I could use some help figuring out why the tests are failing. I've tried replicating them in the browser and the data-id tags are present etc

image


🔄 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/1843 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 10/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hidden-category-grouping` --- ### 📝 Commits (10+) - [`9f3761c`](https://github.com/actualbudget/actual/commit/9f3761c2d947286237452d8cfa81fb431053cad5) Remove unused export - [`2e1b01e`](https://github.com/actualbudget/actual/commit/2e1b01ed9e10567b8d856213791f2255c6c159ac) Release Notes - [`91c3db4`](https://github.com/actualbudget/actual/commit/91c3db4175ae6addd7bd7305b896a9df439b4672) Merge branch 'master' into hidden-category-grouping - [`a0ccb2b`](https://github.com/actualbudget/actual/commit/a0ccb2b52e059c86d18236bd68308e5b5a8d6078) Merge remote-tracking branch 'parent/master' into hidden-category-grouping - [`f645e8c`](https://github.com/actualbudget/actual/commit/f645e8c5054162891f9abc6b6b689c75e383feb3) Merge branch 'master' into hidden-category-grouping - [`4df2e56`](https://github.com/actualbudget/actual/commit/4df2e5689ce11bfd344f2256f1d2aaab057e0710) showHiddenItems flag - [`601cde8`](https://github.com/actualbudget/actual/commit/601cde8e1d065a267d0b06c6594b609d031cd225) linter issues - [`616d04a`](https://github.com/actualbudget/actual/commit/616d04ab37e6bdfac5e9772b322c4b7c7bff13d3) allow on generic input - [`07a4b19`](https://github.com/actualbudget/actual/commit/07a4b194f0f60ee7521772f60b61f8e737700fd8) wip formatting - [`31880ca`](https://github.com/actualbudget/actual/commit/31880ca9792f1b759904f9b93f2f100b66603ad3) Merge branch 'master' into hidden-category-grouping ### 📊 Changes **3 files changed** (+62 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+55 -14) 📝 `packages/desktop-client/src/components/util/GenericInput.js` (+1 -0) ➕ `upcoming-release-notes/1843.md` (+6 -0) </details> ### 📄 Description ### **CHOSEN SOLUTION** On the transactions table, the hidden categories are not shown at all. When used via `GenericInput` for filtering and reporting, the hidden transactions are shown in their own group ### **I could use some help figuring out why the tests are failing. I've tried replicating them in the browser and the data-id tags are present etc** ![image](https://github.com/actualbudget/actual/assets/4405777/7b9d5777-a13c-4877-82f3-ef89aa18548d) --- <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 20:49:50 -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#3983