Pass along width attribute, so it can be passed to chosen

This commit is contained in:
Nathan Gray 2014-06-09 22:55:39 +00:00
parent a98925d287
commit 315a0d4ac0

View File

@ -393,7 +393,7 @@ var et2_selectbox = et2_inputWidget.extend(
doLoadingFinished: function() { doLoadingFinished: function() {
this._super.apply(this, arguments); this._super.apply(this, arguments);
this.set_tags(this.options.tags); this.set_tags(this.options.tags, this.options.width);
return true; return true;
}, },