forked from extern/egroupware
Don't allow children for the menupopup
This commit is contained in:
parent
127e629eef
commit
aa07a39a2e
@ -49,6 +49,9 @@ var et2_selectbox = et2_inputWidget.extend({
|
||||
init: function(_parent) {
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
// This widget allows no other widgets inside of it
|
||||
this.supportedWidgetClasses = [];
|
||||
|
||||
this.createInputWidget();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user