xdan / autocomplete

jQuery autocomplete plugin like Google autocomplete
MIT License
256 stars 92 forks source link

fix autoselect always selecting the first suggestion #44

Closed moritzlang closed 6 years ago

moritzlang commented 6 years ago

Setting autoselect: false doesn't automatically select the first suggestion item anymore.

This happened when the user didn't select any suggestion and pressed "ENTER". #22