Skip to content
This repository was archived by the owner on Mar 16, 2018. It is now read-only.
This repository was archived by the owner on Mar 16, 2018. It is now read-only.

No suggestion list on when type "DEL"  #46

@vsilent

Description

@vsilent

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions