Keep value in case select options haven't been set up yet so we can set value immediately after.

This commit is contained in:
Nathan Gray 2013-11-27 16:35:45 +00:00
parent 60a9286f0a
commit 1e36383224

View File

@ -568,6 +568,7 @@ var et2_selectbox = et2_inputWidget.extend(
{
this.multiOptions.find("li:has(input:checked)").prependTo(this.multiOptions);
}
this.value = _value;
},
/**