To select a value in the dropdown based on value entered in text box
I have a text box and a dropdown. once i enter a value in the textbox,i need to select that value the dropdown that contains that particular and it shoud select the first value in the dropdown that matches the text.Suppose i have dropdown with values
itemone
itemtwo
itemthree
and i entered item in the textbox.
it should select "itemone" in the dropdown.
Can someone help please?