drewwilson / AutoSuggest

jQuery AutoComplete Plugin
http://code.drewwilson.com/entry/autosuggest-jquery-plugin
86 stars 46 forks source link

Missing break statement causes bugs on tab keypress #13

Open jeffmay opened 13 years ago

jeffmay commented 13 years ago

Related issues:

There is a missing break; statement before case 13: (line 196) such that pressing becomes equivalent to pressing and in the same event.

jeffmay commented 13 years ago

I forked the repo and fixed this issue.