Reset recipient typeahead after selecting a recipient
This commit is contained in:
parent
e9e875766f
commit
757bcd4e50
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
|
||||
addRecipient: function(e, data) {
|
||||
this.recipients.add(this.typeahead.remove(data.modelId));
|
||||
this.filterContacts();
|
||||
this.resetTypeahead();
|
||||
},
|
||||
|
||||
removeRecipient: function(e, data) {
|
||||
|
|
Loading…
Reference in a new issue