Browse Source

Fix: Not working adaptDropdownCssClass callback.

Streid 11 năm trước cách đây
mục cha
commit
1d1212c5ed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      select2.js

+ 2 - 0
select2.js

@@ -694,6 +694,8 @@ the specific language governing permissions and limitations under the Apache Lic
             this.dropdown = this.container.find(".select2-drop");
             this.dropdown = this.container.find(".select2-drop");
             this.dropdown.addClass(evaluate(opts.dropdownCssClass));
             this.dropdown.addClass(evaluate(opts.dropdownCssClass));
             this.dropdown.data("select2", this);
             this.dropdown.data("select2", this);
+			
+			syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
 
 
             this.results = results = this.container.find(resultsSelector);
             this.results = results = this.container.find(resultsSelector);
             this.search = search = this.container.find("input.select2-input");
             this.search = search = this.container.find("input.select2-input");