Reset recipient typeahead after selecting a recipient

This commit is contained in:
lilia 2015-06-17 12:27:54 -07:00
parent e9e875766f
commit 757bcd4e50

View file

@ -145,7 +145,7 @@
addRecipient: function(e, data) {
this.recipients.add(this.typeahead.remove(data.modelId));
this.filterContacts();
this.resetTypeahead();
},
removeRecipient: function(e, data) {