Skip to content
Snippets Groups Projects
Unverified Commit 1fee2765 authored by shall0pass's avatar shall0pass Committed by GitHub
Browse files

[Feature] List of categories in transfer money dialog (#569)

Fixes #566
parent 0af7e3a0
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ export default function TransferTooltip({ ...@@ -79,7 +79,7 @@ export default function TransferTooltip({
<CategoryAutocomplete <CategoryAutocomplete
categoryGroups={categoryGroups} categoryGroups={categoryGroups}
value={null} value={null}
openOnFocus={false} openOnFocus={true}
onUpdate={id => {}} onUpdate={id => {}}
onSelect={id => setCategory(id)} onSelect={id => setCategory(id)}
inputProps={{ inputProps={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment