[PR #5817] [MERGED] fix payee autocomplete hovering randomly #6141

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5817
Author: @matt-fidd
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @matt-fidd

Base: masterHead: autocomplete-hover


📝 Commits (3)

📊 Changes

2 files changed (+44 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+38 -18)
upcoming-release-notes/5817.md (+6 -0)

📄 Description

The indexes assigned were not being generated in the same order as it is rendered, that was messing up the hover indexes when the list was filtered and changed order


🔄 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/5817 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `autocomplete-hover` --- ### 📝 Commits (3) - [`e9e288e`](https://github.com/actualbudget/actual/commit/e9e288eaf19d3ccabc53736bb6f247d08f788cca) use correct index for payee autocomplete hover states - [`7fdcbef`](https://github.com/actualbudget/actual/commit/7fdcbef72851ce4013102c57a8c4d5c344edadf2) note - [`cbc71cd`](https://github.com/actualbudget/actual/commit/cbc71cd9937fa8d6f9c601ca520c09bd5127e368) coderabbit ### 📊 Changes **2 files changed** (+44 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+38 -18) ➕ `upcoming-release-notes/5817.md` (+6 -0) </details> ### 📄 Description The indexes assigned were not being generated in the same order as it is rendered, that was messing up the hover indexes when the list was filtered and changed order --- <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:24:31 -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#6141