Clear field after adding user

This commit is contained in:
Vincent Petry 2015-09-14 17:49:48 +02:00
parent 06b11dd602
commit e0a2004f4c
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@
_onSelectRecipient: function(e, s) {
e.preventDefault();
$(e.target).val('');
this.model.addShare(s.item.value);
},