Is it possible to disallow free text entry in the JQuery UI autocomplete widget?
eg I only want the user to be allowed to select from the list of items that are pre
If you want the user to just get the item from the list then use autocomplete combobox.
http://jqueryui.com/demos/autocomplete/#combobox
HTH