forked from extern/egroupware
Fix selectbox with array value not getting set
This commit is contained in:
parent
fe2ef3ac1c
commit
a81aaefbe3
@ -95,12 +95,6 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
|
||||
this.input = null;
|
||||
this.value = '';
|
||||
|
||||
// Grab value if already available
|
||||
if(typeof this.options.value != 'undefined')
|
||||
{
|
||||
this.value = this.options.value;
|
||||
}
|
||||
|
||||
// Allow no other widgets inside this one
|
||||
this.supportedWidgetClasses = [];
|
||||
|
Loading…
Reference in New Issue
Block a user