jQueryAutocompletePlugin icon indicating copy to clipboard operation
jQueryAutocompletePlugin copied to clipboard

No suggestion list on when type "DEL"

Open vsilent opened this issue 11 years ago • 0 comments

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 ?

vsilent avatar Nov 21 '14 17:11 vsilent