How to Auto Scroll in long Autocomplete list when keyPress Up and Down
You have to add attribute tabindex="-1"
and set .focus()
on active element.
Look at my patch here https://github.com/ashokvishwakarma/preact-typeahead/commit/2dc53c3c5abc37b1a0428889917608a4a0740123