forked from extern/egroupware
Et2Select: Turn on hoist, we want it on more than off
In particular, ACL dialog, but there's a bunch of other places too.
This commit is contained in:
parent
bddcf72728
commit
aabda23bbd
@ -159,6 +159,9 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
||||
constructor(...args : any[])
|
||||
{
|
||||
super();
|
||||
// We want this on more often than off
|
||||
this.hoist = true;
|
||||
|
||||
this._triggerChange = this._triggerChange.bind(this);
|
||||
this._doResize = this._doResize.bind(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user