Build latest commits
This commit is contained in:
parent
4eaa8c5488
commit
61916b2cfb
6 changed files with 6 additions and 6 deletions
2
dist/js/select2.amd.full.js
vendored
2
dist/js/select2.amd.full.js
vendored
|
@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
|
|||
var $selection = this.selectionContainer();
|
||||
|
||||
$selection.append(formatted);
|
||||
$selection.prop('title', selection.title);
|
||||
$selection.prop('title', selection.title || selection.text);
|
||||
|
||||
$selection.data('data', selection);
|
||||
|
||||
|
|
2
dist/js/select2.amd.js
vendored
2
dist/js/select2.amd.js
vendored
|
@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
|
|||
var $selection = this.selectionContainer();
|
||||
|
||||
$selection.append(formatted);
|
||||
$selection.prop('title', selection.title);
|
||||
$selection.prop('title', selection.title || selection.text);
|
||||
|
||||
$selection.data('data', selection);
|
||||
|
||||
|
|
2
dist/js/select2.full.js
vendored
2
dist/js/select2.full.js
vendored
|
@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
|
|||
var $selection = this.selectionContainer();
|
||||
|
||||
$selection.append(formatted);
|
||||
$selection.prop('title', selection.title);
|
||||
$selection.prop('title', selection.title || selection.text);
|
||||
|
||||
$selection.data('data', selection);
|
||||
|
||||
|
|
2
dist/js/select2.full.min.js
vendored
2
dist/js/select2.full.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/select2.js
vendored
2
dist/js/select2.js
vendored
|
@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
|
|||
var $selection = this.selectionContainer();
|
||||
|
||||
$selection.append(formatted);
|
||||
$selection.prop('title', selection.title);
|
||||
$selection.prop('title', selection.title || selection.text);
|
||||
|
||||
$selection.data('data', selection);
|
||||
|
||||
|
|
2
dist/js/select2.min.js
vendored
2
dist/js/select2.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue