diff --git a/etemplate/js/et2_widget_selectbox.js b/etemplate/js/et2_widget_selectbox.js index a6a402b294..46b6c64592 100644 --- a/etemplate/js/et2_widget_selectbox.js +++ b/etemplate/js/et2_widget_selectbox.js @@ -568,6 +568,7 @@ var et2_selectbox = et2_inputWidget.extend( { this.multiOptions.find("li:has(input:checked)").prependTo(this.multiOptions); } + this.value = _value; }, /**