diff --git a/etemplate/js/et2_widget_selectbox.js b/etemplate/js/et2_widget_selectbox.js index ee273b4cd1..392d194559 100644 --- a/etemplate/js/et2_widget_selectbox.js +++ b/etemplate/js/et2_widget_selectbox.js @@ -94,6 +94,7 @@ var et2_selectbox = et2_inputWidget.extend( this._super.apply(this, arguments); this.input = null; + // Start at '' to avoid infinite loops while setting value/select options this.value = ''; // Allow no other widgets inside this one