drewwilson / AutoSuggest

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

Comma remains in input element in Opera #5

Open alanhogan opened 13 years ago

alanhogan commented 13 years ago

Using the latest Opera, the comma remains in the input element after adding an item. (Adding a return false; did not help, in my local test.) This is despite e.preventDefault() being called.

Steps to reproduce:

I assume this is a failing of Opera’s, but figured I would make an issue here anyway.