1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Fixed sizing of the new select element

This commit is contained in:
Kevin Brown 2014-10-15 19:42:43 -04:00
parent 27ac50a854
commit 845f245e1c
7 changed files with 7 additions and 7 deletions

View File

@ -834,7 +834,7 @@ define('select2/core',[
$container.insertAfter(this.$element);
$container.width($element.width());
$container.width($element.outerWidth(false));
this.selection = new this.options.selectionAdapter($element, this.options);

View File

@ -834,7 +834,7 @@ define('select2/core',[
$container.insertAfter(this.$element);
$container.width($element.width());
$container.width($element.outerWidth(false));
this.selection = new this.options.selectionAdapter($element, this.options);

View File

@ -10372,7 +10372,7 @@ define('select2/core',[
$container.insertAfter(this.$element);
$container.width($element.width());
$container.width($element.outerWidth(false));
this.selection = new this.options.selectionAdapter($element, this.options);

File diff suppressed because one or more lines are too long

2
dist/js/select2.js vendored
View File

@ -1263,7 +1263,7 @@ define('select2/core',[
$container.insertAfter(this.$element);
$container.width($element.width());
$container.width($element.outerWidth(false));
this.selection = new this.options.selectionAdapter($element, this.options);

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@ define([
$container.insertAfter(this.$element);
$container.width($element.width());
$container.width($element.outerWidth(false));
this.selection = new this.options.selectionAdapter($element, this.options);