You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2018. It is now read-only.
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 ?