javascript - In jQuery Autocomplete if user not select a value from available list how can select default input as focused value from available list? -


i using jquery ui autocomplete working good. got requirement . when user types ame(first few letters in place name) auto complete displaying "america" if user not selecting list , typing full name "america" valid place. here validating prompting "not valid place" because not selected list. requirement if user not select list want fill place name value first focused value list.

use select event. mean can determine how user entered value.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -