Our users complain that when they press the enter key after pasting or typing values in a jQuery autocomplete widget the form is submitted.
It\'s extremely annoyin
I was somehow against overriding the jqueryui implementation and did the following:
The basic idea behind it, is that jqueryui's close event is triggered before keyup or submit events and gives you the keycode. So you can in another place (keyup, submit, etc.) consume that one unwanted enter or other keypress.