Form submit ability
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
this.enabled = false;
|
||||
this.selectedIndex = -1;
|
||||
this.container.hide();
|
||||
$('.popover-wrapper').hide();
|
||||
},
|
||||
|
||||
suggest: function() {
|
||||
@@ -292,6 +293,7 @@
|
||||
}
|
||||
this.enabled = true;
|
||||
this.container.show();
|
||||
$('.popover-wrapper').show();
|
||||
},
|
||||
|
||||
processResponse: function(text) {
|
||||
|
||||
Reference in New Issue
Block a user