I am trying to allow customers to type a series of numbers and while doing so, the values in the dropdown corresponding with these values become highlighted. For example, I have a large drop down box with many numbers. I'd like the user to be able to enter "2345" for example, and if that entire value exists, it is highlighted. Currently, the box will select the first value beginning with 2, then the first value beginning with 3, etc (thus jumping around to various numbers). Instead, I'd like the entire user string to be found in the drop down. Everything I have tried thus far has been inconsistent. Can anyone point me in the right direction?