mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
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.input = null;
|
||||||
this.value = '';
|
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
|
// Allow no other widgets inside this one
|
||||||
this.supportedWidgetClasses = [];
|
this.supportedWidgetClasses = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user