forked from extern/egroupware
Pass along width attribute, so it can be passed to chosen
This commit is contained in:
parent
a98925d287
commit
315a0d4ac0
@ -393,7 +393,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
doLoadingFinished: function() {
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
this.set_tags(this.options.tags);
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
|
||||
return true;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user