1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

Compare commits

...

41 commits

Author SHA1 Message Date
Kevin Brown
95a977f674 release 3.5.4 2015-08-30 13:30:38 -04:00
Kevin Brown
cb5a30d32c modified version identifiers in descriptors for release 3.5.4 2015-08-30 13:30:33 -04:00
Kevin Brown
a7e8f2bfad Fixed undefined opts when using select2('data')
This issue only affected single selects and should have happened when
calling `select2('data')` when passing in the new data object to select.

This closes https://github.com/select2/select2/issues/3694
2015-08-29 16:03:27 -04:00
Kevin Brown
2b8cbde7eb Merge pull request #3705 from tzellman/stable/3.5
Fix broken tags, #3695
2015-08-26 09:31:42 -04:00
Tom Zellman
3be19d8e62 Fix broken tags, #3695
The local variable defined will overwrite the tags function, since the var will get hoisted to the functional scope
2015-08-25 21:33:04 -04:00
Kevin Brown
a2e2257840 modified version identifiers in descriptors for release 3.5.3 2015-08-19 21:55:47 -04:00
Kevin Brown
68e9159b3c Merge pull request #3687 from taf2/patch-1
!- maybe means != ?
2015-08-19 15:05:14 -04:00
Todd
61316a1351 !- maybe means != ?
Definitely a syntax error perhaps != was the intention?
2015-08-19 15:04:14 -04:00
Kevin Brown
2caa45ba98 Added debug option for migration notices
The `debug` option was chosen because the option also exists in
Select2 4.0.0 and provides similar warnings when configurations
are detected that are known to cause issues in Select2.

Warnings will be displayed in the console if the debug option is
enabled. As there are a lot of options that have been renamed in
Select2 4.0.0, using the older version of the options will trigger
a warning in Select2 3.5.3. Options which were also removed and
have clear migration paths will also trigger a warning with the
link to the relevant documentation.

Options which have been renamed in Select2 4.0.0 are now supported
in Select2 3.5.3, allowing people to migrate their installations
over to the new options before making the final switch.

This closes https://github.com/select2/select2/issues/3483.
2015-06-28 20:43:08 -04:00
Daniel Vinntreus
95e6f80619 Avoid error on empty search result in MultiSelect
This fixes https://github.com/select2/select2/issues/2942.
2015-06-28 18:14:17 -04:00
Kevin Brown
2eea4a486a Merge pull request #3186 from colemanw/offFocus
Ensure focus event is unbound after widget is destroyed
2015-04-02 12:05:48 -04:00
Coleman Watts
1afc8d9f27 Ensure focus event is unbound after widget is destroyed 2015-03-23 17:54:40 -04:00
Kevin Brown
3a10bd997a Merge pull request #2846 from colemanw/patch-2
Fix bug where elements in select2 drop cannot be focused
2015-01-23 20:14:09 -05:00
Kevin Brown
89b2e3fa81 Merge pull request #2925 from PerformanceHorizonGroup/master
Properly off() the events in the "select2" namespace
2015-01-15 07:52:05 -05:00
gkostov
19c0d3c0b5 Properly off() the events in the "select2" namespace
the dot, denoting a namespace and not an event name, was missing
2015-01-15 14:23:34 +02:00
Kevin Brown
da4789c61b Merge pull request #2890 from asaf/patch-1
Update README.md
2015-01-09 11:48:16 -05:00
Kevin Brown
03c4499752 Updated README with new documentation location
The documentation for the current version is still at http://select2.github.io/select2/.

Once 4.0 moves on a little further, we will switch these links to https://select2.github.io/.
2015-01-05 17:33:02 -05:00
Asaf Shakarchi
a343ed9962 Update README.md
Ember JS component link.
2014-12-31 12:50:30 +02:00
Kevin Brown
72bb1898d3 Merge pull request #2882 from mcagl/patch-1
Little typo
2014-12-22 20:30:06 -05:00
Mark
7f2a723651 Little typo 2014-12-22 23:47:13 +01:00
Kevin Brown
ff292d7a66 Merge pull request #2875 from Casecommons/master
Fix accessible aria activedescendant attribute
2014-12-19 11:56:22 -05:00
Jeremy Leakakos and Jimmy Chao
db1d18fc5d Fix accessible aria activedescendant attribute
Remove aria-activedescendant attribute after the dropdown is closed,
to make sure the aria properties is vaild for aduit-tool
[https://code.google.com/p/accessibility-developer-tools/wiki/AuditRules#AX_ARIA_04:_ARIA_state_and_property_values_must_be_valid]
2014-12-17 15:23:54 -05:00
Kevin Brown
086ce8c712 Merge pull request #2867 from Decagon/patch-1
Update copyright year
2014-12-16 16:15:12 -05:00
Decagon
e524a85ad0 Update copyright year 2014-12-16 17:10:01 -04:00
Kevin Brown
874390d5ab Merge pull request #2866 from LeoUnglaub/master
Fixing issue #2864
2014-12-16 12:56:27 -05:00
Leo Unglaub
09d3e94ada Fixing issue #2864
If you call element.attr ('style') with Zepto and
there is NO inline style, you get back the
CSS2Properties object. In jQuery you would get
nothing.

To avoid calling split in an object instead of a
string we should check if we really have a string.

Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
2014-12-16 18:36:03 +01:00
Kevin Brown
8651dac4af Merge pull request #2848 from tedliang/master
Fix performance issue with setVal on MultiSelect
2014-12-11 14:56:27 -05:00
Kevin Brown
620cbc2b94 Merge pull request #2858 from nguyenchiencong/master
fix vietnamese grammar mistakes
2014-12-11 10:56:39 -05:00
Nguyen Chien Cong
2689b21286 fix vietnamese grammar mistakes 2014-12-11 11:17:16 +07:00
Kevin Brown
a11cfdd11c Merge pull request #2838 from RustyToms/do_not_display_hidden_input
don't display a hidden input on destroy
2014-12-10 15:33:04 -05:00
Ted Liang
5c9e81053e fix buildChangeDetails for MultiSelect 2014-12-10 14:02:30 +11:00
Ted Liang
2ee7fadfce improves selectAll performance in MultiSelect2 2014-12-09 16:15:51 +11:00
colemanw
a732063f1b Fix bug where elements in select2 drop cannot be focused
This chrome workaround had the undesired side-effect of preventing anything in the select2 drop from being focused (affected single but not multi selects for some reason). Making the condition more specific to the actual problem being worked around solves this.
2014-12-05 17:05:59 -05:00
Jonathan Toms
3acc0c4e58 don't display a hidden input on destroy 2014-12-01 22:45:34 -05:00
Kevin Brown
39394e2ee8 Merge pull request #2770 from stonys/master
Add padding to select2 container displayed above
2014-11-26 18:04:05 -05:00
Kevin Brown
f32a94f6b6 Merge pull request #2832 from kahwee/patch-1
Spelling mistake for jsDelivr
2014-11-26 08:02:29 -05:00
KahWee Teng
085f62e96f Spelling mistake for jsDelivr 2014-11-26 15:07:59 +08:00
Kevin Brown
48ae56a2b6 Merge pull request #2828 from LudoZeGeek/patch-3
Hide search box if select is empty
2014-11-25 12:48:21 -05:00
Ludovic Montel
285abff24d Hide search box if select is empty
Fix #2282.
When a select box is empty (this appends in my case, I have a dynamic select box), the search box should not be shown.
2014-11-25 16:48:03 +01:00
Andrius Stonys
9a689a51a0 Consistent padding for .select2-search
Case: the dropdown should be shouwn above input. PositionDropdown function then operates by showing dropdown below (and  ".select2-search input" has no margin, it gets the wrong dropdown size). Then in the same function calculates the top value, but doesnt take into account, that input will have the "margin-top: 4px". Thus dropdown is displayed 4px lower.

Then the window resizes, the dropdown position is already correct, but then calculations (outerHeight()) get the height including the ".select2-search input" margin of 4px and thus moves the dropdown up.
2014-10-30 16:26:13 +02:00
Andrius Stonys
a35188cb00 Add padding to select2 container displayed above
Added padding to ".select2-search" container instead of margin for ".select2-search input". This fixes bug of "#select2" movement when resizing page.

Steps to reproduce the bug:
- open select2 so it appears above the input
- resize the window

Actual results:
- #select2-drop moves up by 4px

Expected results:
- #select2-drop stays in same place
2014-10-29 15:45:03 +02:00
11 changed files with 255 additions and 58 deletions

View file

@ -13,6 +13,6 @@ http://www.apache.org/licenses/LICENSE-2.0
http://www.gnu.org/licenses/gpl-2.0.html http://www.gnu.org/licenses/gpl-2.0.html
Unless required by applicable law or agreed to in writing, software distributed under the Apache License Unless required by applicable law or agreed to in writing, software distributed under the Apache License
or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, or the GPL License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the Apache License and the GPL License for the specific language governing either express or implied. See the Apache License and the GPL License for the specific language governing
permissions and limitations under the Apache License and the GPL License. permissions and limitations under the Apache License and the GPL License.

View file

@ -3,7 +3,7 @@ Select2
Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
To get started, checkout examples and documentation at http://ivaynberg.github.com/select2 To get started, checkout examples and documentation at http://select2.github.io/select2/
Use cases Use cases
--------- ---------
@ -27,7 +27,7 @@ Browser compatibility
Usage Usage
----- -----
You can source Select2 directly from a CDN like [JSDliver](http://www.jsdelivr.com/#!select2) or [CDNJS](http://www.cdnjs.com/libraries/select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below. You can source Select2 directly from a CDN like [jsDelivr](http://www.jsdelivr.com/#!select2) or [CDNJS](http://www.cdnjs.com/libraries/select2), [download it from this GitHub repo](https://github.com/select2/select2/tags), or use one of the integrations below.
Integrations Integrations
------------ ------------
@ -44,6 +44,7 @@ Integrations
* [Yii 2.x](http://demos.krajee.com/widgets#select2) * [Yii 2.x](http://demos.krajee.com/widgets#select2)
* [Yii 1.x](https://github.com/tonybolzan/yii-select2) * [Yii 1.x](https://github.com/tonybolzan/yii-select2)
* [AtmosphereJS](https://atmospherejs.com/package/jquery-select2) * [AtmosphereJS](https://atmospherejs.com/package/jquery-select2)
* [EmberJS](https://github.com/iStefo/ember-select-2)
### Example Integrations ### Example Integrations
@ -64,7 +65,7 @@ it, and make a pull request back to Select2 here on GitHub.
Documentation Documentation
------------- -------------
The documentation for Select2 is available [through GitHub Pages](https://ivaynberg.github.io/select2/) and is located within this repository in the [`gh-pages` branch](https://github.com/ivaynberg/select2/tree/gh-pages). The documentation for Select2 is available [through GitHub Pages](http://select2.github.io/select2/) and is located within this repository in the [`gh-pages` branch](https://github.com/ivaynberg/select2/tree/gh-pages).
Community Community
--------- ---------
@ -96,7 +97,7 @@ Need help implementing Select2 in your project? Ask in our IRC channel!
Copyright and license Copyright and license
--------------------- ---------------------
Copyright 2012 Igor Vaynberg Copyright 2015 Igor Vaynberg
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
General Public License version 2 (the "GPL License"). You may choose either license to govern your General Public License version 2 (the "GPL License"). You may choose either license to govern your

View file

@ -1,6 +1,6 @@
{ {
"name": "select2", "name": "select2",
"version": "3.5.2", "version": "3.5.4",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"], "main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"],
"dependencies": { "dependencies": {
"jquery": ">= 1.7.1" "jquery": ">= 1.7.1"

View file

@ -2,7 +2,7 @@
"name": "select2", "name": "select2",
"repo": "ivaynberg/select2", "repo": "ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "3.5.2", "version": "3.5.4",
"demo": "http://ivaynberg.github.io/select2/", "demo": "http://ivaynberg.github.io/select2/",
"keywords": [ "keywords": [
"jquery" "jquery"

View file

@ -2,7 +2,7 @@
"name": "name":
"ivaynberg/select2", "ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes.", "description": "Select2 is a jQuery based replacement for select boxes.",
"version": "3.5.2", "version": "3.5.4",
"type": "component", "type": "component",
"homepage": "http://ivaynberg.github.io/select2/", "homepage": "http://ivaynberg.github.io/select2/",
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -5,7 +5,7 @@
"author": "Igor Vaynberg", "author": "Igor Vaynberg",
"repository": {"type": "git", "url": "git://github.com/ivaynberg/select2.git"}, "repository": {"type": "git", "url": "git://github.com/ivaynberg/select2.git"},
"main": "select2.js", "main": "select2.js",
"version": "3.5.2", "version": "3.5.4",
"jspm": { "jspm": {
"main": "select2", "main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"], "files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],

View file

@ -1,5 +1,5 @@
/* /*
Version: @@ver@@ Timestamp: @@timestamp@@ Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/ */
.select2-container { .select2-container {
margin: 0; margin: 0;
@ -177,10 +177,6 @@ html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
width: auto; width: auto;
} }
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow { .select2-container .select2-choice .select2-arrow {
display: inline-block; display: inline-block;
width: 18px; width: 18px;
@ -227,8 +223,7 @@ html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
width: 100%; width: 100%;
min-height: 26px; min-height: 26px;
margin: 0; margin: 0;
padding-left: 4px; padding: 4px 4px 0 4px;
padding-right: 4px;
position: relative; position: relative;
z-index: 10000; z-index: 10000;
@ -270,10 +265,6 @@ html[dir="rtl"] .select2-search input {
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
} }
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active { .select2-search input.select2-active {
background: #fff url('select2-spinner.gif') no-repeat 100%; background: #fff url('select2-spinner.gif') no-repeat 100%;
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));

View file

@ -11,7 +11,7 @@
"tag", "tag",
"tagging" "tagging"
], ],
"version": "3.5.2", "version": "3.5.4",
"author": { "author": {
"name": "Igor Vaynberg", "name": "Igor Vaynberg",
"url": "https://github.com/ivaynberg" "url": "https://github.com/ivaynberg"

View file

@ -1,7 +1,7 @@
/* /*
Copyright 2012 Igor Vaynberg Copyright 2012 Igor Vaynberg
Version: @@ver@@ Timestamp: @@timestamp@@ Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
General Public License version 2 (the "GPL License"). You may choose either license to govern your General Public License version 2 (the "GPL License"). You may choose either license to govern your
@ -870,17 +870,21 @@ the specific language governing permissions and limitations under the Apache Lic
select2.container.remove(); select2.container.remove();
select2.liveRegion.remove(); select2.liveRegion.remove();
select2.dropdown.remove(); select2.dropdown.remove();
element element.removeData("select2")
.show() .off(".select2");
.removeData("select2") if (!element.is("input[type='hidden']")) {
.off(".select2") element
.prop("autofocus", this.autofocus || false); .show()
if (this.elementTabIndex) { .prop("autofocus", this.autofocus || false);
element.attr({tabindex: this.elementTabIndex}); if (this.elementTabIndex) {
element.attr({tabindex: this.elementTabIndex});
} else {
element.removeAttr("tabindex");
}
element.show();
} else { } else {
element.removeAttr("tabindex"); element.css("display", "");
} }
element.show();
} }
cleanupJQueryElements.call(this, cleanupJQueryElements.call(this,
@ -932,6 +936,155 @@ the specific language governing permissions and limitations under the Apache Lic
}); });
} }
opts.debug = opts.debug || $.fn.select2.defaults.debug;
// Warnings for options renamed/removed in Select2 4.0.0
// Only when it's enabled through debug mode
if (opts.debug && console && console.warn) {
// id was removed
if (opts.id != null) {
console.warn(
'Select2: The `id` option has been removed in Select2 4.0.0, ' +
'consider renaming your `id` property or mapping the property before your data makes it to Select2. ' +
'You can read more at https://select2.github.io/announcements-4.0.html#changed-id'
);
}
// text was removed
if (opts.text != null) {
console.warn(
'Select2: The `text` option has been removed in Select2 4.0.0, ' +
'consider renaming your `text` property or mapping the property before your data makes it to Select2. ' +
'You can read more at https://select2.github.io/announcements-4.0.html#changed-id'
);
}
// sortResults was renamed to results
if (opts.sortResults != null) {
console.warn(
'Select2: the `sortResults` option has been renamed to `sorter` in Select2 4.0.0. '
);
}
// selectOnBlur was renamed to selectOnClose
if (opts.selectOnBlur != null) {
console.warn(
'Select2: The `selectOnBlur` option has been renamed to `selectOnClose` in Select2 4.0.0.'
);
}
// ajax.results was renamed to ajax.processResults
if (opts.ajax != null && opts.ajax.results != null) {
console.warn(
'Select2: The `ajax.results` option has been renamed to `ajax.processResults` in Select2 4.0.0.'
);
}
// format* options were renamed to language.*
if (opts.formatNoResults != null) {
console.warn(
'Select2: The `formatNoResults` option has been renamed to `language.noResults` in Select2 4.0.0.'
);
}
if (opts.formatSearching != null) {
console.warn(
'Select2: The `formatSearching` option has been renamed to `language.searching` in Select2 4.0.0.'
);
}
if (opts.formatInputTooShort != null) {
console.warn(
'Select2: The `formatInputTooShort` option has been renamed to `language.inputTooShort` in Select2 4.0.0.'
);
}
if (opts.formatInputTooLong != null) {
console.warn(
'Select2: The `formatInputTooLong` option has been renamed to `language.inputTooLong` in Select2 4.0.0.'
);
}
if (opts.formatLoading != null) {
console.warn(
'Select2: The `formatLoading` option has been renamed to `language.loadingMore` in Select2 4.0.0.'
);
}
if (opts.formatSelectionTooBig != null) {
console.warn(
'Select2: The `formatSelectionTooBig` option has been renamed to `language.maximumSelected` in Select2 4.0.0.'
);
}
if (opts.element.data('select2Tags')) {
console.warn(
'Select2: The `data-select2-tags` attribute has been renamed to `data-tags` in Select2 4.0.0.'
);
}
}
// Aliasing options renamed in Select2 4.0.0
// data-select2-tags -> data-tags
if (opts.element.data('tags') != null) {
var elemTags = opts.element.data('tags');
// data-tags should actually be a boolean
if (!$.isArray(elemTags)) {
elemTags = [];
}
opts.element.data('select2Tags', elemTags);
}
// sortResults -> sorter
if (opts.sorter != null) {
opts.sortResults = opts.sorter;
}
// selectOnBlur -> selectOnClose
if (opts.selectOnClose != null) {
opts.selectOnBlur = opts.selectOnClose;
}
// ajax.results -> ajax.processResults
if (opts.ajax != null) {
if ($.isFunction(opts.ajax.processResults)) {
opts.ajax.results = opts.ajax.processResults;
}
}
// Formatters/language options
if (opts.language != null) {
var lang = opts.language;
// formatNoMatches -> language.noMatches
if ($.isFunction(lang.noMatches)) {
opts.formatNoMatches = lang.noMatches;
}
// formatSearching -> language.searching
if ($.isFunction(lang.searching)) {
opts.formatSearching = lang.searching;
}
// formatInputTooShort -> language.inputTooShort
if ($.isFunction(lang.inputTooShort)) {
opts.formatInputTooShort = lang.inputTooShort;
}
// formatInputTooLong -> language.inputTooLong
if ($.isFunction(lang.inputTooLong)) {
opts.formatInputTooLong = lang.inputTooLong;
}
// formatLoading -> language.loadingMore
if ($.isFunction(lang.loadingMore)) {
opts.formatLoading = lang.loadingMore;
}
// formatSelectionTooBig -> language.maximumSelected
if ($.isFunction(lang.maximumSelected)) {
opts.formatSelectionTooBig = lang.maximumSelected;
}
}
opts = $.extend({}, { opts = $.extend({}, {
populateResults: function(container, results, query) { populateResults: function(container, results, query) {
var populate, id=this.opts.id, liveRegion=this.liveRegion; var populate, id=this.opts.id, liveRegion=this.liveRegion;
@ -975,7 +1128,6 @@ the specific language governing permissions and limitations under the Apache Lic
if (compound) { if (compound) {
innerContainer=$("<ul></ul>"); innerContainer=$("<ul></ul>");
innerContainer.addClass("select2-result-sub"); innerContainer.addClass("select2-result-sub");
populate(result.children, innerContainer, depth+1); populate(result.children, innerContainer, depth+1);
@ -1046,7 +1198,6 @@ the specific language governing permissions and limitations under the Apache Lic
opts.id=function(e) { return e.id; }; opts.id=function(e) { return e.id; };
} else { } else {
if (!("query" in opts)) { if (!("query" in opts)) {
if ("ajax" in opts) { if ("ajax" in opts) {
ajaxUrl = opts.element.data("ajax-url"); ajaxUrl = opts.element.data("ajax-url");
if (ajaxUrl && ajaxUrl.length > 0) { if (ajaxUrl && ajaxUrl.length > 0) {
@ -1482,6 +1633,9 @@ the specific language governing permissions and limitations under the Apache Lic
this.clearSearch(); this.clearSearch();
this.search.removeClass("select2-active"); this.search.removeClass("select2-active");
// Remove the aria active descendant for highlighted element
this.search.removeAttr("aria-activedescendant");
this.opts.element.trigger($.Event("select2-close")); this.opts.element.trigger($.Event("select2-close"));
}, },
@ -1834,6 +1988,9 @@ the specific language governing permissions and limitations under the Apache Lic
if (data.results.length === 0 && checkFormatter(opts.formatNoMatches, "formatNoMatches")) { if (data.results.length === 0 && checkFormatter(opts.formatNoMatches, "formatNoMatches")) {
render("<li class='select2-no-results'>" + evaluate(opts.formatNoMatches, opts.element, search.val()) + "</li>"); render("<li class='select2-no-results'>" + evaluate(opts.formatNoMatches, opts.element, search.val()) + "</li>");
if(this.showSearch){
this.showSearch(search.val());
}
return; return;
} }
@ -1938,7 +2095,7 @@ the specific language governing permissions and limitations under the Apache Lic
} else if (this.opts.width === "copy" || this.opts.width === "resolve") { } else if (this.opts.width === "copy" || this.opts.width === "resolve") {
// check if there is inline style on the element that contains width // check if there is inline style on the element that contains width
style = this.opts.element.attr('style'); style = this.opts.element.attr('style');
if (style !== undefined) { if (typeof(style) === "string") {
attrs = style.split(';'); attrs = style.split(';');
for (i = 0, l = attrs.length; i < l; i = i + 1) { for (i = 0, l = attrs.length; i < l; i = i + 1) {
attr = attrs[i].replace(/\s/g, ''); attr = attrs[i].replace(/\s/g, '');
@ -2124,7 +2281,7 @@ the specific language governing permissions and limitations under the Apache Lic
this.focusser.attr("id", "s2id_autogen"+idSuffix); this.focusser.attr("id", "s2id_autogen"+idSuffix);
elementLabel = $("label[for='" + this.opts.element.attr("id") + "']"); elementLabel = $("label[for='" + this.opts.element.attr("id") + "']");
this.opts.element.focus(this.bind(function () { this.focus(); })); this.opts.element.on('focus.select2', this.bind(function () { this.focus(); }));
this.focusser.prev() this.focusser.prev()
.text(elementLabel.text()) .text(elementLabel.text())
@ -2180,7 +2337,7 @@ the specific language governing permissions and limitations under the Apache Lic
// without this the search field loses focus which is annoying // without this the search field loses focus which is annoying
if (document.activeElement === this.body.get(0)) { if (document.activeElement === this.body.get(0)) {
window.setTimeout(this.bind(function() { window.setTimeout(this.bind(function() {
if (this.opened()) { if (this.opened() && this.results && this.results.length > 1) {
this.search.focus(); this.search.focus();
} }
}), 0); }), 0);
@ -2523,9 +2680,23 @@ the specific language governing permissions and limitations under the Apache Lic
if (arguments.length > 1) { if (arguments.length > 1) {
triggerChange = arguments[1]; triggerChange = arguments[1];
if (this.opts.debug && console && console.warn) {
console.warn(
'Select2: The second option to `select2("val")` is not supported in Select2 4.0.0. ' +
'The `change` event will always be triggered in 4.0.0.'
);
}
} }
if (this.select) { if (this.select) {
if (this.opts.debug && console && console.warn) {
console.warn(
'Select2: Setting the value on a <select> using `select2("val")` is no longer supported in 4.0.0. ' +
'You can use the `.val(newValue).trigger("change")` method provided by jQuery instead.'
);
}
this.select this.select
.val(val) .val(val)
.find("option").filter(function() { return this.selected }).each2(function (i, elm) { .find("option").filter(function() { return this.selected }).each2(function (i, elm) {
@ -2574,6 +2745,13 @@ the specific language governing permissions and limitations under the Apache Lic
if (data == undefined) data = null; if (data == undefined) data = null;
return data; return data;
} else { } else {
if (this.opts.debug && console && console.warn) {
console.warn(
'Select2: The `select2("data")` method can no longer set selected values in 4.0.0, ' +
'consider using the `.val()` method instead.'
);
}
if (arguments.length > 1) { if (arguments.length > 1) {
triggerChange = arguments[1]; triggerChange = arguments[1];
} }
@ -2719,7 +2897,7 @@ the specific language governing permissions and limitations under the Apache Lic
this.search.prev() this.search.prev()
.text($("label[for='" + this.opts.element.attr("id") + "']").text()) .text($("label[for='" + this.opts.element.attr("id") + "']").text())
.attr('for', this.search.attr('id')); .attr('for', this.search.attr('id'));
this.opts.element.focus(this.bind(function () { this.focus(); })); this.opts.element.on('focus.select2', this.bind(function () { this.focus(); }));
this.search.on("input paste", this.bind(function() { this.search.on("input paste", this.bind(function() {
if (this.search.attr('placeholder') && this.search.val().length == 0) return; if (this.search.attr('placeholder') && this.search.val().length == 0) return;
@ -2965,21 +3143,18 @@ the specific language governing permissions and limitations under the Apache Lic
// multi // multi
updateSelection: function (data) { updateSelection: function (data) {
var ids = [], filtered = [], self = this; var ids = {}, filtered = [], self = this;
// filter out duplicates // filter out duplicates
$(data).each(function () { $(data).each(function () {
if (indexOf(self.id(this), ids) < 0) { if (!(self.id(this) in ids)) {
ids.push(self.id(this)); ids[self.id(this)] = 0;
filtered.push(this); filtered.push(this);
} }
}); });
data = filtered;
this.selection.find(".select2-search-choice").remove(); this.selection.find(".select2-search-choice").remove();
$(data).each(function () { this.addSelectedChoice(filtered);
self.addSelectedChoice(this);
});
self.postprocessResults(); self.postprocessResults();
}, },
@ -3053,6 +3228,14 @@ the specific language governing permissions and limitations under the Apache Lic
}, },
addSelectedChoice: function (data) { addSelectedChoice: function (data) {
var val = this.getVal(), self = this;
$(data).each(function () {
val.push(self.createChoice(this));
});
this.setVal(val);
},
createChoice: function (data) {
var enableChoice = !data.locked, var enableChoice = !data.locked,
enabledItem = $( enabledItem = $(
"<li class='select2-search-choice'>" + "<li class='select2-search-choice'>" +
@ -3065,7 +3248,6 @@ the specific language governing permissions and limitations under the Apache Lic
"</li>"); "</li>");
var choice = enableChoice ? enabledItem : disabledItem, var choice = enableChoice ? enabledItem : disabledItem,
id = this.id(data), id = this.id(data),
val = this.getVal(),
formatted, formatted,
cssClass; cssClass;
@ -3099,8 +3281,7 @@ the specific language governing permissions and limitations under the Apache Lic
choice.data("select2-data", data); choice.data("select2-data", data);
choice.insertBefore(this.searchContainer); choice.insertBefore(this.searchContainer);
val.push(id); return id;
this.setVal(val);
}, },
// multi // multi
@ -3232,14 +3413,16 @@ the specific language governing permissions and limitations under the Apache Lic
// multi // multi
setVal: function (val) { setVal: function (val) {
var unique;
if (this.select) { if (this.select) {
this.select.val(val); this.select.val(val);
} else { } else {
unique = []; var unique = [], valMap = {};
// filter out duplicates // filter out duplicates
$(val).each(function () { $(val).each(function () {
if (indexOf(this, unique) < 0) unique.push(this); if (!(this in valMap)) {
unique.push(this);
valMap[this] = 0;
}
}); });
this.opts.element.val(unique.length === 0 ? "" : unique.join(this.opts.separator)); this.opts.element.val(unique.length === 0 ? "" : unique.join(this.opts.separator));
} }
@ -3255,11 +3438,9 @@ the specific language governing permissions and limitations under the Apache Lic
for (var j = 0; j < old.length; j++) { for (var j = 0; j < old.length; j++) {
if (equal(this.opts.id(current[i]), this.opts.id(old[j]))) { if (equal(this.opts.id(current[i]), this.opts.id(old[j]))) {
current.splice(i, 1); current.splice(i, 1);
if(i>0){ i--;
i--;
}
old.splice(j, 1); old.splice(j, 1);
j--; break;
} }
} }
} }
@ -3429,6 +3610,7 @@ the specific language governing permissions and limitations under the Apache Lic
// plugin defaults, accessible to users // plugin defaults, accessible to users
$.fn.select2.defaults = { $.fn.select2.defaults = {
debug: false,
width: "copy", width: "copy",
loadMorePadding: 0, loadMorePadding: 0,
closeOnSelect: true, closeOnSelect: true,

23
select2.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,16 +1,16 @@
/** /**
* Select2 Vietnamese translation. * Select2 Vietnamese translation.
* *
* Author: Long Nguyen <olragon@gmail.com> * Author: Long Nguyen <olragon@gmail.com>, Nguyen Chien Cong
*/ */
(function ($) { (function ($) {
"use strict"; "use strict";
$.fn.select2.locales['vi'] = { $.fn.select2.locales['vi'] = {
formatNoMatches: function () { return "Không tìm thấy kết quả"; }, formatNoMatches: function () { return "Không tìm thấy kết quả"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); }, formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự"; },
formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự"; },
formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " lựa chọn"; },
formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; }, formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; },
formatSearching: function () { return "Đang tìm…"; } formatSearching: function () { return "Đang tìm…"; }
}; };