diff --git a/api/js/etemplate/et2_widget_textbox.js b/api/js/etemplate/et2_widget_textbox.js index 8879e6553b..084b6eabbc 100644 --- a/api/js/etemplate/et2_widget_textbox.js +++ b/api/js/etemplate/et2_widget_textbox.js @@ -481,6 +481,8 @@ var et2_searchbox = (function(){ "use strict"; return et2_textbox.extend( },0); } }},this); + // Autocomplete needs name + this.search.input.attr('name', this.id||'searchbox'); this.search.input.on({ keyup:function(event) {