Hi,
I am using jQuery autocomplete plugin. I want to restrict the user to select the options only available from autocomplete list and he cannot enter the non available. And the data for autocomplete is from the server and not local.
Is there any option to implement it.