Hi,
I have a combo box and input box. If I enter any letter in input box then all the words or sentence that match with that letter should display in the combo box assuming that a list of words or sentence contain in the list.
ex1:) input box: a
combo box : America
Australia
joy is in Austria
For this example I want JavaScript regex patterns. Anybody give me suggestion.
Thanks
Usman.sk