We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed05df commit cdcdc98Copy full SHA for cdcdc98
1 file changed
select2.js
@@ -678,6 +678,7 @@ the specific language governing permissions and limitations under the Apache Lic
678
679
syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);
680
681
+ this.container.attr("style", opts.element.attr("style"));
682
this.container.css(evaluate(opts.containerCss));
683
this.container.addClass(evaluate(opts.containerCssClass));
684
0 commit comments