Skip to content

API Close Dropdown #66

@ericlbarnes

Description

@ericlbarnes

I am looking at the api and it says you can use the close() method which closes the autocomplete dropdown menu. By using the examples/api.html I do not see that working. Here is the example:

$('#button-additem').on('click', function() {
    control.addItem(2);
    control.close();
});

Am I missing something? Or calling this incorrectly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions