[PR #1325] [MERGED] Fix the CashFlow report crash because of the new CustomSelect #3670

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1325
Author: @aleetsaiya
Created: 7/10/2023
Status: Merged
Merged: 7/11/2023
Merged by: @j-f1

Base: masterHead: custom-select-defaultlabel


📝 Commits (5)

  • 9d90cc7 add default label to customselect
  • f01a14c add JSdoc for custom select
  • 19f25cf add release note
  • a6433e8 add format the date label
  • 64744ac Merge branch 'master' into custom-select-defaultlabel

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/common/CustomSelect.tsx (+19 -2)
📝 packages/desktop-client/src/components/reports/Header.js (+1 -0)
upcoming-release-notes/1325.md (+6 -0)

📄 Description

Add a new parameter defaultLabel to CustomSelect component, to make it able to set a default label when the value is not included in options.

Also have added JSdoc to CustomSelect

Reference issue: https://github.com/actualbudget/actual/pull/1277#issuecomment-1628793696


🔄 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/1325 **Author:** [@aleetsaiya](https://github.com/aleetsaiya) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `custom-select-defaultlabel` --- ### 📝 Commits (5) - [`9d90cc7`](https://github.com/actualbudget/actual/commit/9d90cc70fcdffa4faa92a8df1e505346f38e50e3) add default label to customselect - [`f01a14c`](https://github.com/actualbudget/actual/commit/f01a14c30611a7cdb12fdd01d97f12325bd2dfd9) add JSdoc for custom select - [`19f25cf`](https://github.com/actualbudget/actual/commit/19f25cf3bdaacfa740410fd97bff55ca3d686121) add release note - [`a6433e8`](https://github.com/actualbudget/actual/commit/a6433e866077423635d7fe6265c8499bdad9e69b) add format the date label - [`64744ac`](https://github.com/actualbudget/actual/commit/64744ac8a4bc37e050c38089cfee729aca839a22) Merge branch 'master' into custom-select-defaultlabel ### 📊 Changes **3 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/CustomSelect.tsx` (+19 -2) 📝 `packages/desktop-client/src/components/reports/Header.js` (+1 -0) ➕ `upcoming-release-notes/1325.md` (+6 -0) </details> ### 📄 Description Add a new parameter `defaultLabel` to `CustomSelect` component, to make it able to set a default label when the value is not included in options. Also have added JSdoc to CustomSelect Reference issue: https://github.com/actualbudget/actual/pull/1277#issuecomment-1628793696 --- <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:45:01 -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#3670