demofan
0810322221
Update select2_locale_zh-TW.js
2013-05-06 14:22:41 +08:00
Igor Vaynberg
07afbdf0eb
Merge pull request #1243 from boccob/master
...
Fixed Russian translation
2013-05-03 08:36:50 -07:00
Boccob
d6b62ca86b
fixed Russian translation
2013-05-03 18:10:07 +03:00
Igor Vaynberg
4168e061b1
Merge pull request #1240 from norkunas/master
...
formatSelectionTooBig fix
2013-05-02 16:21:05 -07:00
Tomas
043132fe98
Update select2_locale_lt.js
2013-05-03 01:56:21 +03:00
Igor Vaynberg
36f6f67965
Merge pull request #1236 from leighhalliday/master
...
Changing from ' to ' because ' isn't html standard and doesn't work in IE8
2013-05-02 12:57:54 -07:00
Leigh Halliday
da7dd51294
Changing to from ' to ' because ' isn't supported in IE8
2013-05-02 12:03:20 -04:00
Igor Vaynberg
8412c758c2
Merge pull request #1226 from Haran/latvian
...
Added Latvian translation
2013-04-29 10:02:56 -07:00
Shader
a57bbf0d52
Added Latvian translation
2013-04-29 13:53:29 +03:00
Igor Vaynberg
78139a80ba
work around chrome and mutation observer bug. fixes #1099
2013-04-27 11:08:29 -07:00
Igor Vaynberg
53fff96c29
Merge pull request #1225 from arhakal/patch-1
...
Update select2_locale_fr.js
2013-04-27 11:03:10 -07:00
Igor Vaynberg
4fd71df566
Merge pull request #1224 from unho/galician-translation
...
Galician translation
2013-04-27 11:02:29 -07:00
arhakal
3b9e1d7b50
Update select2_locale_fr.js
...
Replace accented characters by HTML entities to avoid character set issues.
2013-04-27 11:05:35 -03:00
Leandro Regueiro
a70528221c
Galician translation
2013-04-27 13:42:09 +02:00
Igor Vaynberg
839d4db9de
Merge pull request #1222 from orloffv/patch-1
...
add title for choice item
2013-04-26 10:57:58 -07:00
Vitaly
79228ce1e0
add title for choice item
2013-04-26 18:22:23 +04:00
Igor Vaynberg
093f92c09e
Merge pull request #1214 from leesei/master
...
Added Traditional Chinese translation
2013-04-25 22:02:35 -07:00
leesei
b1a1a1c095
Added Traditional Chinese translation
...
Changes to be committed:
new file: select2_locale_zh-TW.js
2013-04-25 13:51:26 +08:00
Igor Vaynberg
4f8e89c465
Merge pull request #1210 from kevin-brown/fix_et
...
Fixed language code for Estonian translation file
2013-04-23 12:31:05 -07:00
Kevin Brown
6dba1b170c
Fixed language code for Estonian translation file [ Fixes #1207 ]
2013-04-23 14:55:58 -04:00
Igor Vaynberg
5a9905bfa7
Merge pull request #1186 from barryhunter/patch-1
...
Allow overriding jquery's automatic cache-busting on ajax calls
2013-04-23 08:53:45 -07:00
Igor Vaynberg
28f50c9462
Merge pull request #1197 from kuldarkalvik/master
...
Estonian translation
2013-04-17 20:39:26 -07:00
Kuldar Kalvik
dfebf2d339
Estonian translation
2013-04-17 20:44:27 -06:00
Igor Vaynberg
d57fb4733b
Update select2.jquery.json
2013-04-17 10:16:16 -07:00
barryhunter
f511d5a2ff
Allow overriding jquery's automatic cache-busting on ajax calls
...
By default jQuery (and Select2) add parameters to ajax calls, to invalidate browser caching. In certain circumstances its useful to disable this (eg when server sets good Cache-Control headers), this patch allows passing the cache/jsonpCallback params though to jquery's ajax function.
2013-04-14 23:14:16 +02:00
Julen Ruiz Aizpuru
8cb3698820
Fix #1172 -- Properly set width when allowClear is being used.
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2013-04-12 07:58:31 -07:00
Igor Vaynberg
25549c787b
Revert "applied fix for #1172 - Clear button overlaps text"
...
This reverts commit fd07c11484
.
2013-04-12 07:58:13 -07:00
Igor Vaynberg
06c82f2d0b
do not propagate change event from the search field out of the component. fixes #1178
2013-04-11 20:22:52 -07:00
Igor Vaynberg
733f19e549
Merge pull request #1180 from rice/bug/remove-inline-styles
...
Remove inline styles
2013-04-11 20:14:08 -07:00
Alex Rice
a0f35aba3f
Remove inline styles
2013-04-12 02:57:03 +00:00
Igor Vaynberg
4a0851bce5
Array data with custom key (string) isn't returning matches. fixes #1179
2013-04-11 19:15:16 -07:00
Igor Vaynberg
fd07c11484
applied fix for #1172 - Clear button overlaps text
2013-04-11 15:00:17 -07:00
Igor Vaynberg
c7056adc80
Merge pull request #1177 from psybaron/master
...
Macedonian Locale Added
2013-04-11 08:21:34 -07:00
Marko Aleksic
d207a56c34
Macedonian locale added
2013-04-11 16:18:34 +02:00
Igor Vaynberg
2a792bd1c9
Merge pull request #1176 from hoopyfrood/master
...
Removed typo (extra character)
2013-04-10 15:41:24 -07:00
Martin K.
9057a9606f
Update select2.js
...
See #1175 - fixed typo introduced in last commit
2013-04-10 19:33:23 -03:00
Igor Vaynberg
45995d0f34
fix tabindex for both multi and single. fixes #1169
2013-04-10 12:56:30 -07:00
leipie
bc2c780449
Fix tabindexing
...
Actually set tabindex on the select2-focusser for focussing on tab
navigation
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2013-04-10 12:43:30 -07:00
Igor Vaynberg
f582d8ae15
Merge pull request #979 from mynameistechno/master
...
Fixes #291
2013-04-10 12:30:05 -07:00
Igor Vaynberg
92e2c6d56f
Merge pull request #1073 from norlin/master
...
Fix initSelection method with empty input value
2013-04-10 08:22:10 -07:00
Igor Vaynberg
fffba0d1d2
fixes #1110
2013-04-09 20:36:23 -07:00
Igor Vaynberg
dc27a5b74d
add a rejectable select event. fixes #1053
2013-04-09 19:53:11 -07:00
Igor Vaynberg
931862c6ef
reverse selection gradient when opened up to have better separation. fixes #1040
2013-04-09 19:44:24 -07:00
Igor Vaynberg
2bf5a763c5
fix keystroke dropping when single select is opened by typing in unopened state really fast. fixes #949
2013-04-09 18:58:30 -07:00
Igor Vaynberg
bd2a8c6d84
centralize option tag to data element translation
2013-04-09 15:11:39 -07:00
Igor Vaynberg
49e9908656
Merge pull request #1162 from leipie/master
...
Fix IE8 clickable issues
2013-04-09 09:54:49 -07:00
Igor Vaynberg
598773258e
fixes #1163 fixes #1160 fixes #1129
2013-04-09 09:51:24 -07:00
leipie
d1c81dfbe2
Make select whole select clickable in IE8
2013-04-09 17:12:01 +02:00
Igor Vaynberg
d2f27a0a8a
Merge pull request #1149 from dplanella/master
...
Added Catalan translation
2013-04-08 16:38:18 -07:00
Igor Vaynberg
9d8ecc34f8
Merge pull request #1158 from Karmalakas/master
...
Lithuanian language translation added
2013-04-08 16:33:53 -07:00