mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
Fix selectbox with array value not getting set
This commit is contained in:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user