I am working on auto complete and used this http://jqueryui.com/demos/autocomplete/#combobox
Now my query is that this api gives the user a flexibility to type and search the values of combo-box but due to this user can type anything.But is there any way to restrict the user from submitting wrong search query. This is because my combo-box is going to be used as a search criteria and its value is submitted to next page and due to this feature it submits wrong data to the page.
Thank you in advance... thanks