diff --git a/api/js/etemplate/et2_widget_selectbox.js b/api/js/etemplate/et2_widget_selectbox.js index d919a0a63f..ebf3b465ab 100644 --- a/api/js/etemplate/et2_widget_selectbox.js +++ b/api/js/etemplate/et2_widget_selectbox.js @@ -847,7 +847,10 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend( if (this.options.tags) { // Always hide input options - this.input.hide(); + if(this.input) + { + this.input.hide(); + } if (_disable) {