We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aea56b + a4dc0ba commit 236fb0eCopy full SHA for 236fb0e
1 file changed
select2.js
@@ -692,10 +692,11 @@ the specific language governing permissions and limitations under the Apache Lic
692
this.container.data("select2", this);
693
694
this.dropdown = this.container.find(".select2-drop");
695
- this.dropdown.addClass(evaluate(opts.dropdownCssClass));
696
- this.dropdown.data("select2", this);
697
698
syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
+
+ this.dropdown.addClass(evaluate(opts.dropdownCssClass));
699
+ this.dropdown.data("select2", this);
700
701
this.results = results = this.container.find(resultsSelector);
702
this.search = search = this.container.find("input.select2-input");
0 commit comments