Auto select (Incremental search, Auto-complete) an item from a dropdown as user keys in






4.35/5 (15 votes)
HTML lacks the auto-select feature for dropdowns. Users familiar with desktop applications expect browsers to select the correct item from a dropdown list as they key in. I am trying to solve this using simple JavaScript.