Issue
I am creating a Custom Autocomplete in react and it has some issue which I would like to resolved. When I search any keyword and use my arrow key (up/down) then scroll bar is not going with it.
I created minimal example Here
How can I fix this problem.
Solution
Have made the changes to your codesandbox. Hope this helps! https://codesandbox.io/s/react-autocomplete-forked-0o1hll?file=/src/components/Autocomplete.js
Answered By - arp
Answer Checked By - - Mary Flores (ReactFix Volunteer)