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({ ...@@ -51,7 +51,7 @@ export default function GenericInput({
accounts={accounts} accounts={accounts}
multi={multi} multi={multi}
showMakeTransfer={false} showMakeTransfer={false}
openOnFocus={false} openOnFocus={true}
value={value} value={value}
onSelect={onChange} onSelect={onChange}
inputProps={{ inputProps={{
...@@ -69,7 +69,7 @@ export default function GenericInput({ ...@@ -69,7 +69,7 @@ export default function GenericInput({
accounts={accounts} accounts={accounts}
value={value} value={value}
multi={multi} multi={multi}
openOnFocus={false} openOnFocus={true}
onSelect={onChange} onSelect={onChange}
inputProps={{ inputProps={{
inputRef, inputRef,
...@@ -85,7 +85,7 @@ export default function GenericInput({ ...@@ -85,7 +85,7 @@ export default function GenericInput({
categoryGroups={categoryGroups} categoryGroups={categoryGroups}
value={value} value={value}
multi={multi} multi={multi}
openOnFocus={false} openOnFocus={true}
onSelect={onChange} onSelect={onChange}
inputProps={{ inputProps={{
inputRef, 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