Hello,
I have an html combo <SELECT> which contains around 1500 values inside.
Is there a way that i can make an incremental search over this combo, because the search is made only over the first character of the value and not the second and third character i'm typing.
I want it to make an incremental search over the whole string i'm writing and not only the first character.
Thanks for any help
I have an html combo <SELECT> which contains around 1500 values inside.
Is there a way that i can make an incremental search over this combo, because the search is made only over the first character of the value and not the second and third character i'm typing.
I want it to make an incremental search over the whole string i'm writing and not only the first character.
Thanks for any help