VRFS-2162 clear out friend text entry box after selection is made (fixes bug when tabbing out of friend selector list)
This commit is contained in:
parent
566035348b
commit
16fb200a2e
|
|
@ -136,6 +136,7 @@
|
|||
$(friendInput).select();
|
||||
// context.alert('Invitation already exists for this musician.');
|
||||
}
|
||||
$(friendInput).val('');
|
||||
}
|
||||
|
||||
this.addInvitationIfAbsent = addInvitation;
|
||||
|
|
|
|||
Loading…
Reference in New Issue