laktek / jQuery-Smart-Auto-Complete

AutoComplete plugin with smart defaults and flexibility to customize
http://laktek.com/2011/03/03/introducing-jquery-smart-autocomplete/
248 stars 34 forks source link

lostFocus event can fire twice.. #16

Closed pehrlich closed 12 years ago

pehrlich commented 12 years ago

When enter is pressed, the event fires once, but when the item is selected with the enter key, the event fires twice. Fixing temporarily with _.throttle

pehrlich commented 12 years ago

Actually I take it back. My fault. :S