NIHVIVO-725 Cancel action on autocomplete selection view
This commit is contained in:
parent
56e38dae96
commit
0b742beecc
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ var customForm = {
|
||||||
undoAutocompleteSelection: function() {
|
undoAutocompleteSelection: function() {
|
||||||
|
|
||||||
this.acSelectorWrapper.show();
|
this.acSelectorWrapper.show();
|
||||||
|
this.acSelector.attr('disabled', '');
|
||||||
|
this.acSelector.val('');
|
||||||
this.hideFields(this.acSelection);
|
this.hideFields(this.acSelection);
|
||||||
this.acReceiver.val('');
|
this.acReceiver.val('');
|
||||||
this.acSelectionInfo.html('');
|
this.acSelectionInfo.html('');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue