mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Fix embedded autocomplete unexpectedly closing when an item is clicked (#4645)
* Fix autocomplete unexpectedly closing when an item is clicked on embedded setting * Release notes
This commit is contained in:
committed by
GitHub
parent
ad1df689d7
commit
8180476531
@@ -569,6 +569,7 @@ function SingleAutocomplete<T extends Item>({
|
||||
filtered.length > 0 &&
|
||||
(embedded ? (
|
||||
<View
|
||||
ref={itemsViewRef}
|
||||
style={{ ...styles.darkScrollbar, marginTop: 5 }}
|
||||
data-testid="autocomplete"
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/4645.md
Normal file
6
upcoming-release-notes/4645.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Fix autocomplete unexpectedly closing when an item is clicked on embedded setting
|
||||
Reference in New Issue
Block a user