-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
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
Labels
No labels