Let’s say I have a DropDownList with the 50 states in it. I would like to type in the letters “C + O + L” to jump to Colorado, like Firefox and most application do.
Right now, it’s jumping from California to Ohio to end with Louisiana… Anybody know an easy way to do that?
Thanks a lot!
You could try to create a custom component that extends the DropDownList and override the offending function to add your own functionality that you want. It’s the only way I can think of changing the default functionality.