forked from extern/egroupware
Keep value in case select options haven't been set up yet so we can set value immediately after.
This commit is contained in:
parent
60a9286f0a
commit
1e36383224
@ -568,6 +568,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
{
|
||||
this.multiOptions.find("li:has(input:checked)").prependTo(this.multiOptions);
|
||||
}
|
||||
this.value = _value;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user