mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
drop down menu on click (#584)
This commit is contained in:
@@ -66,7 +66,7 @@ function CoverTooltip({
|
||||
<CategoryAutocomplete
|
||||
categoryGroups={categoryGroups}
|
||||
value={null}
|
||||
openOnFocus={false}
|
||||
openOnFocus={true}
|
||||
onUpdate={id => {}}
|
||||
onSelect={id => setCategory(id)}
|
||||
inputProps={{
|
||||
|
||||
Reference in New Issue
Block a user