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

drop down menu on click (#584)

parent dd5e9155
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ function CoverTooltip({ ...@@ -66,7 +66,7 @@ function CoverTooltip({
<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