forked from extern/egroupware
Fix empty label - default value for selectbox has to be ''
This commit is contained in:
parent
c0dcb66ebc
commit
4f4355f0f8
@ -64,7 +64,7 @@ var et2_selectbox = et2_inputWidget.extend({
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
this.input = null;
|
||||
this.value = [];
|
||||
this.value = '';
|
||||
|
||||
// Allow no other widgets inside this one
|
||||
this.supportedWidgetClasses = [];
|
||||
|
Loading…
Reference in New Issue
Block a user