1
0
mirror of synced 2024-11-26 06:46:04 +03:00

Fix: Not working adaptDropdownCssClass callback.

This commit is contained in:
Streid 2013-08-09 11:30:47 +03:00
parent 08dc4d3768
commit 1d1212c5ed

View File

@ -695,6 +695,8 @@ the specific language governing permissions and limitations under the Apache Lic
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");