I\'m using the jQueryUI autocomplete() function and I can\'t figure out how to have my form submit when an item is selected.
autocomplete()
I think the issue is with t
Andrew was correct, see the fiddle he mentioned. If you switch the part with "ui.item" to "ui.item.value" the select: function() now works perfectly.