Fix selectbox with array value not getting set

This commit is contained in:
Nathan Gray 2013-10-22 21:18:45 +00:00
parent fe2ef3ac1c
commit a81aaefbe3

View File

@ -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 = [];