Reset recipient typeahead after selecting a recipient
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
addRecipient: function(e, data) {
|
addRecipient: function(e, data) {
|
||||||
this.recipients.add(this.typeahead.remove(data.modelId));
|
this.recipients.add(this.typeahead.remove(data.modelId));
|
||||||
this.filterContacts();
|
this.resetTypeahead();
|
||||||
},
|
},
|
||||||
|
|
||||||
removeRecipient: function(e, data) {
|
removeRecipient: function(e, data) {
|
||||||
|
Reference in New Issue
Block a user