depesr
e43a1f2165
Updated sk.js localisation
2017-05-23 07:18:15 +02:00
Frederic G. Østby
f38d84df71
Fixed norwegian inputTooShort
message.
2017-05-05 13:02:43 +02:00
Marc-Antoine Parent
a587e39288
Add example for single select element
2017-03-30 16:07:50 -04:00
Marc-Antoine Parent
e5fc98dda9
Update tags.html
2017-03-30 14:04:10 -04:00
Ettienne Louw
2b3dd18d35
Create af.js
...
Added afrikaans language file
2017-03-29 18:07:49 +02:00
Marc-Antoine Parent
d01457702d
Add multiple selection specification to docs
2017-03-13 16:21:29 -04:00
Børge Antonsen
946149277e
Simplified Norwegian(nb) translation to a more correct text
2017-03-02 10:13:57 +01:00
Kevin Brown
c155ca5b60
Merge pull request #4794 from crowchirp/patch-2
...
corrected typo
2017-02-13 17:18:32 -05:00
Chandan Rai
fafcc103a6
corrected typo
2017-02-14 00:33:16 +05:30
Chandan Rai
d54135c444
corrected typo
2017-02-13 13:44:39 +01:00
Olivier Contant
f3d1f5d0b8
Small typo on language (typed lanugage)
...
Small typo on language (typed lanugage)
2017-02-10 02:21:18 +01:00
Stan Senotrusov
f2ae054f21
Docs, remove mention of private API: jQuery's data in <OPTION> elements
2017-02-09 20:39:28 +01:00
Stan Senotrusov
36927664b3
Correct spelling in documentation.
2017-02-09 20:39:28 +01:00
Stan Senotrusov
bae34d4f8a
Add event handler example to documentation on how to programmatically access a selection data.
2017-02-09 20:39:28 +01:00
Stan Senotrusov
576f93778d
Add documentation on how to programmatically access a selection data.
2017-02-09 20:39:28 +01:00
James Pic
8dc02bcfb8
Merge pull request #4745 from FROGGS/patch-1
...
Show same options in example as used in demo
2017-01-30 22:20:16 +01:00
Tobias Leich
4ee9f7b5e2
Show same options in example as used in demo
...
The templateSelection option was used in the demo, but was not shown in the example code.
This commit fixes it, so that copy&pasting works as expected.
2017-01-11 17:18:16 +01:00
Kevin Brown
04c433d709
Merge pull request #4735 from simi/patch-1
...
correct typo in pt.js
2016-12-30 12:34:40 -05:00
Josef Šimánek
cd7d4be576
correct typo in pt.js
2016-12-30 18:22:49 +01:00
Kevin Brown
751b36767f
Corrected linting issue in Turkish translation
2016-12-30 12:15:56 -05:00
mhamlet
f6fa52dcc0
Added Armenian Localization
...
This closes https://github.com/select2/select2/pull/3993 .
2016-12-30 12:15:25 -05:00
osman orhan
fd4a082531
Add missing errorLoading
to Turkish translation
...
This closes https://github.com/select2/select2/pull/4650 .
2016-12-30 11:50:58 -05:00
Kevin Brown
a018dd84a7
Merge pull request #4697 from Shnoulle/patch-1
...
typo in ISSUE_TEMPLATE.md
2016-12-30 11:47:07 -05:00
Kevin Brown
3b8a5d3660
Merge pull request #4730 from quantus/master
...
Add missing finnish translations
2016-12-30 11:44:28 -05:00
Kevin Brown
763b3cef3f
Updated grunt-saucelabs to the latest version
...
It was incorrectly set to 0.0.0 instead of 9.0.0 in
288f0283b1
2016-12-29 19:49:32 -05:00
Kevin Brown
04d582123d
Recompile dist
2016-12-29 19:47:19 -05:00
Derrick Hammer
45a8773454
Fix UMD commonjs support
...
This is based on the UMDJS jQuery template available at
95563fd6b4/templates/jqueryPlugin.js
This closes https://github.com/select2/select2/issues/4557 .
This closes https://github.com/select2/select2/pull/4558 .
2016-12-29 19:40:09 -05:00
Kevin Brown
288f0283b1
Updated grunt-saucelabs to latest version
2016-12-29 19:29:01 -05:00
Kevin Brown
0358ee5287
Added two test cases (zero and empty string check)
...
This adds two test cases for 16b4840c0e
.
2016-12-29 19:25:37 -05:00
Mike Dearman
16b4840c0e
Support selecting options with falsy values
...
Previously you could not select an option which had the number 0
as its value, because there was a check which would detect it as
an option without a value. There was a similar issue with selecting
options which had a blank string as the value.
This closes https://github.com/select2/select2/issues/4604 .
This closes https://github.com/select2/select2/issues/4516 .
This closes https://github.com/select2/select2/issues/3252 .
This closes https://github.com/select2/select2/issues/3519 .
This closes https://github.com/select2/select2/pull/4605 .
This closes https://github.com/select2/select2/pull/4517 .
2016-12-29 19:23:48 -05:00
Kevin Brown
5313143fdf
Merge pull request #4663 from sedrubal/fix-typos-in-docs
...
Fix typos in docs
2016-12-29 19:12:50 -05:00
Kevin Brown
c8d1c312c8
Merge pull request #4670 from josa42/add-license-to-bower-json
...
Add license to bower.json
2016-12-29 19:11:37 -05:00
Stephen A. Wilson
0a67287c7a
Answer question about using HTML in selection template
...
This closes https://github.com/select2/select2/pull/4606 .
2016-12-29 19:09:28 -05:00
Nimit Suwannagate
625fc78ee6
Add errorLoading translation of Thai language.
...
This closes https://github.com/select2/select2/pull/4521 .
2016-12-29 19:01:37 -05:00
Leandro Regueiro
f3788e2cda
Simplify Danish and Arabic translations
...
This closes https://github.com/select2/select2/pull/4547 .
2016-12-29 18:59:44 -05:00
Leandro Regueiro
8fcc6202c3
Update Galician translation
2016-12-29 18:59:15 -05:00
mitja-p
8e6422c570
Add Slovene translation
...
This closes https://github.com/select2/select2/pull/4576 .
2016-12-29 18:55:49 -05:00
niki7har
4df965219e
Update de.js
...
The german errorLoading message was missing.
This closes https://github.com/select2/select2/pull/4711 .
This closes https://github.com/select2/select2/pull/4591 .
2016-12-29 18:48:18 -05:00
Sági György
7d1d133523
i18n hu.js update. Added errorLoading property.
...
This closes https://github.com/select2/select2/pull/4724 .
2016-12-29 18:46:29 -05:00
Kevin Brown
1167bace78
Added tests for case insensitive tag matching
...
This adds a single test for cb9a904578
.
2016-12-29 18:29:04 -05:00
Yaron Uliel
cb9a904578
Make tags matching case insensitive
...
This closes https://github.com/select2/select2/issues/3566
This closes https://github.com/select2/select2/pull/4509
2016-12-29 18:26:19 -05:00
Pekka Pöyry
124087ae2a
Add missing finnish translations
2016-12-22 15:03:12 +02:00
Denis Chenu
3a1603ce03
typo in ISSUE_TEMPLATE.md
...
This pull request includes a
- [ ] Bug fix
- [ ] New feature
- [ ] Translation
- [x] Documentation
The following changes were made
- typo in ISSUE_TEMPLATE.md : ste**p**s
No ticket
2016-11-24 17:58:38 +01:00
Josa Gesell
321a2460eb
Add license to bower.json
2016-11-03 11:23:50 +01:00
sedrubal
69600667e6
Fix typos in docs
2016-10-30 17:22:31 +01:00
sedrubal
793811757b
Docs for: What should the results returned to Select2 look like?
2016-10-30 17:18:44 +01:00
Kevin Brown
563198a4a2
Merge pull request #4597 from jpic/patch-1
...
Add django-autocomplete-light to integrations
2016-09-23 11:20:16 -04:00
James Pic
3f874a1db4
Add django-autocomplete-light to integrations
2016-09-22 00:08:19 +02:00
Kevin Brown
062c6c3af5
Merge pull request #4538 from luciano-jr/improve-documentation
...
Update select.html
2016-08-18 23:00:50 -04:00
Luciano Jr
ed5707a3d4
Update select.html
2016-08-17 17:10:47 +01:00