NIHVIVO-725 Cancel action on autocomplete selection view

This commit is contained in:
rjy7 2010-07-12 21:41:20 +00:00
parent 56e38dae96
commit 0b742beecc

View file

@ -254,6 +254,8 @@ var customForm = {
undoAutocompleteSelection: function() {
this.acSelectorWrapper.show();
this.acSelector.attr('disabled', '');
this.acSelector.val('');
this.hideFields(this.acSelection);
this.acReceiver.val('');
this.acSelectionInfo.html('');