65.9K
Home

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

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.35/5 (15 votes)

Aug 6, 2006

CPOL

2 min read

viewsIcon

107620

downloadIcon

898

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.