We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08dc4d3 + e4c1e06 commit 5ea0b95Copy full SHA for 5ea0b95
1 file changed
select2.js
@@ -694,6 +694,8 @@ the specific language governing permissions and limitations under the Apache Lic
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);
699
700
this.results = results = this.container.find(resultsSelector);
701
this.search = search = this.container.find("input.select2-input");
0 commit comments