From 757bcd4e5038a1faa788181fa3ceb2de82fa0dbc Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 17 Jun 2015 12:27:54 -0700 Subject: [PATCH] Reset recipient typeahead after selecting a recipient --- js/views/recipients_input_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/recipients_input_view.js b/js/views/recipients_input_view.js index ef625c23..8dfdcc43 100644 --- a/js/views/recipients_input_view.js +++ b/js/views/recipients_input_view.js @@ -145,7 +145,7 @@ addRecipient: function(e, data) { this.recipients.add(this.typeahead.remove(data.modelId)); - this.filterContacts(); + this.resetTypeahead(); }, removeRecipient: function(e, data) {