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({
<CategoryAutocomplete
categoryGroups={categoryGroups}
value={null}
openOnFocus={false}
openOnFocus={true}
onUpdate={id => {}}
onSelect={id => setCategory(id)}
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