[PR #837] [MERGED] 🐛 (autocomplete) set min-height used to calculate the flip (top-bottom) #3355

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/837
Author: @MatissJanis
Created: 3/31/2023
Status: Merged
Merged: 4/1/2023
Merged by: @MatissJanis

Base: masterHead: matiss/autocomplete-bottom


📝 Commits (2)

  • 620a0f4 🐛 (autocomplete) set min-height used to calculate the flip (top-bottom)
  • 39903cc Release notes

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/NewPayeeAutocomplete.js (+1 -0)
upcoming-release-notes/837.md (+6 -0)

📄 Description

Correctly flip top/bottom the payee autocomplete. Other autocompletes don't have this problem because they don't have a custom "footer". Whereas this one has it.. and it messes with react-select calculations.

Before:
Screenshot 2023-03-31 at 22 37 56

After:
Screenshot 2023-03-31 at 22 38 30


🔄 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/837 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/31/2023 **Status:** ✅ Merged **Merged:** 4/1/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/autocomplete-bottom` --- ### 📝 Commits (2) - [`620a0f4`](https://github.com/actualbudget/actual/commit/620a0f42b81f3fa7ebb2e5e50029b872c5a6ebf7) :bug: (autocomplete) set min-height used to calculate the flip (top-bottom) - [`39903cc`](https://github.com/actualbudget/actual/commit/39903cc2376ca0f5c2e8617749c1362b30b5d23f) Release notes ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/NewPayeeAutocomplete.js` (+1 -0) ➕ `upcoming-release-notes/837.md` (+6 -0) </details> ### 📄 Description Correctly flip top/bottom the payee autocomplete. Other autocompletes don't have this problem because they don't have a custom "footer". Whereas this one has it.. and it messes with `react-select` calculations. Before: <img width="652" alt="Screenshot 2023-03-31 at 22 37 56" src="https://user-images.githubusercontent.com/886567/229237777-0c2a27ea-79a0-46ba-9e79-814d6a7f250b.png"> After: <img width="370" alt="Screenshot 2023-03-31 at 22 38 30" src="https://user-images.githubusercontent.com/886567/229237787-f5966d47-c890-4911-9a02-78de07b8751f.png"> --- <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:40:22 -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#3355