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

opens the category/payee/account lists on focus (#571)

parent 1fee2765
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ export default function GenericInput({
accounts={accounts}
multi={multi}
showMakeTransfer={false}
openOnFocus={false}
openOnFocus={true}
value={value}
onSelect={onChange}
inputProps={{
......@@ -69,7 +69,7 @@ export default function GenericInput({
accounts={accounts}
value={value}
multi={multi}
openOnFocus={false}
openOnFocus={true}
onSelect={onChange}
inputProps={{
inputRef,
......@@ -85,7 +85,7 @@ export default function GenericInput({
categoryGroups={categoryGroups}
value={value}
multi={multi}
openOnFocus={false}
openOnFocus={true}
onSelect={onChange}
inputProps={{
inputRef,
......
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