Igor Vaynberg
adb126edc6
Merge pull request #1239 from NielsKuhnel/master
...
Keyboard navigation in choices (whitespace preserved)
2013-05-06 13:41:06 -07:00
Igor Vaynberg
55827b9159
introduce support for separate readonly and disabled modes. closes #1253 . fixes #778 . closes #1183
2013-05-06 13:13:02 -07:00
Igor Vaynberg
c02ea3a030
add margin:0 to select2-cotnainer. fixes #1254
2013-05-06 09:58:49 -07:00
Igor Vaynberg
62e0ae6004
#1260 closes #1252 fixes #992 - retrieve option text as value when value is not defined
2013-05-06 09:54:17 -07:00
Igor Vaynberg
83050fd2fa
Problem escaped caracter on IE7. fixes #856
2013-05-06 09:34:44 -07:00
Igor Vaynberg
d77b7dbf13
Merge pull request #1255 from demofan/patch-1
...
Update select2_locale_zh-TW.js
2013-05-06 09:28:14 -07:00
Igor Vaynberg
ab699c1b87
Merge pull request #1258 from 19Gerhard85/patch-1
...
Closes #1228
2013-05-06 09:21:14 -07:00
19Gerhard85
0d67130d62
Closes #1228
2013-05-06 17:10:08 +03:00
demofan
0810322221
Update select2_locale_zh-TW.js
2013-05-06 14:22:41 +08:00
Julian Krispel-Samsel
9d06fe24dc
Render formatNoMatches when all ajax results are selected #381
2013-05-04 08:03:00 +01: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
Niels Kühnel
870b1b7165
Less aggresive keyboard deletes and carret stays
2013-05-03 11:51:41 +02: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
Niels Kühnel
877c1d90c5
Keyboard navigation in choices (tags)
2013-05-03 00:41:55 +02: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
alexhaas
bf65a2ab25
Update select2.css
...
Removing select2-drop-mask background and transparency to help out corporate-modified IE 8 and IE 7 browsers that disable the "filter" property in CSS.
2013-04-25 16:35:43 -03: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
4e8da110d6
Bugfix for Resetting Scrollpoint on Multi-select
...
Duplicating pull request #974 - which seemed to only fix it for 'single' version. Have copied the same condition into the one for 'multi' case. There may be a better way, but in my testing this seems to have worked.
2013-04-15 00:25:51 +02: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