When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
medium.com
How to enable smooth scrolling using only CSS
If you want some smooth scrolling to happen without using an algorithm, you can use the CSS scroll-behavior property. Keep in mind this is only supported for modern browsers. You can check the working example at codepen: codepen.io/falmasi/pen/ExazXqv