agarzola / jQueryAutocompletePlugin

Jörn Zaefferer’s (now deprecated) jQuery plugin, with tweaks.
282 stars 151 forks source link

No suggestion list on when type "DEL" #46

Open vsilent opened 9 years ago

vsilent commented 9 years ago

When I delete a word with "DEL" key. And mouse click on the same field, autocomplete stops working. I found that the problem is here: if( lastKeyPressCode == KEY.DEL) { select.hide(); return; } probably it would be nice to have an option by default which allows autocomplete on delete key ?