1
0
mirror of synced 2024-11-22 21:16:10 +03:00
Commit Graph

1065 Commits

Author SHA1 Message Date
Jeff Hanke
1eb461a42c Ignore old queries, remove highlight when beginning a new query. 2013-06-27 13:17:35 -07:00
Igor Vaynberg
76f9bae39a fix js error that happens when enter is pressed and there is no highlighted option. fixes #1469 2013-06-27 08:15:58 -07:00
Igor Vaynberg
31117f4ca0 Merge pull request #1468 from derenio/fixing_comment
Add accurate comment to the 'equal' function
2013-06-27 08:05:10 -07:00
Igor Vaynberg
ab22d2f525 Merge pull request #1466 from smajl/patch-1
Update select2_locale_cs.js
2013-06-27 08:03:55 -07:00
Mateusz Dereniowski
8fb7f46297 Add accurate comment to the 'equal' function 2013-06-27 10:30:09 +02:00
smajl
a67fb66362 Update select2_locale_cs.js
Fixed misspelled word "Načítavají" -> "Načítají".
2013-06-27 10:27:49 +02:00
Igor Vaynberg
012a455426 Merge pull request #1465 from geophree/create-search-choice
Always call createSearchChoice and tokenizer with the Select2 object as this.
2013-06-26 16:09:03 -07:00
Jeff Hanke
338a126067 Always call createSearchChoice and tokenizer with the Select2 object as this. 2013-06-26 14:20:22 -07:00
Igor Vaynberg
476b34bd9a Merge pull request #1464 from Tuxosaurus/master
replaces a <div> inside a <a> with a <span>
2013-06-26 10:07:35 -07:00
Cyrille Jouineau
7303852862 replaces a <div> inside a <a> with a <span>
and minor code cleaning
2013-06-26 16:32:07 +02:00
Igor Vaynberg
75edea83b2 added support for data-locked=true next to locked=locked attr. fixes #503. 2013-06-25 21:56:31 -07:00
Igor Vaynberg
4969dcb42c fix #1396 - fix destroy() when double initting 2013-06-23 15:21:16 -07:00
Igor Vaynberg
ef136731d4 move markup escaping of selection into the formatSelection callback. fixes #1417. fixes #1420 2013-06-23 14:32:45 -07:00
Igor Vaynberg
1415567a70 Merge pull request #1455 from vitalets/event-params
fix: data not passed in select2-loaded event
2013-06-22 07:59:17 -07:00
Igor Vaynberg
3e9f0ccbdc Merge pull request #1452 from ibrahimyu/master
Added Indonesian Translation
2013-06-22 07:56:37 -07:00
Igor Vaynberg
fc97452acf Merge pull request #1450 from dpanda/master
Easier use of span elements for selection formatting
2013-06-22 07:55:59 -07:00
vitalets
c57dd1f0ff fix: data not passed in select2-loaded event 2013-06-22 18:19:44 +04:00
imjooseo
5d561bdfe6 Added Indonesian translation 2013-06-22 01:56:54 +07:00
Igor Vaynberg
24c8a19a40 Merge pull request #1445 from spoqa/master
Korean Translation.
2013-06-20 08:56:26 -07:00
daniele panza
161dbb4281 Updated CSS rule to avoid unwanted styling of <span> tags used in options templates 2013-06-20 17:50:41 +02:00
Seong Won Mun
440561761f Added Korean translation. 2013-06-20 14:54:15 +09:00
Igor Vaynberg
3ab1aafae5 fix #1425 ctrl+enter should not open 2013-06-19 22:49:35 -07:00
Igor Vaynberg
ce67f7b7fb fix #1426 - reinitting screws up tabindex 2013-06-19 22:39:03 -07:00
Igor Vaynberg
779b4bae70 Merge pull request #1441 from fitnr/master
Add border to active element drop down.
2013-06-19 10:41:59 -07:00
Igor Vaynberg
3481268f82 Merge pull request #1440 from Outlivier/master
#1429 : French locale, correct file encoding and diacritics.
2013-06-19 08:59:04 -07:00
fitnr
9062267ffa Add border to select2-drop-active
This creates a blue border around an entire active select2 element
2013-06-19 11:58:45 -04:00
Outlivier
7aa8f45063 #1429 : French locale, correct file encoding and diacritics. 2013-06-19 17:39:36 +02:00
Adel KEDJOUR
f132bb36b0 Update select2_locale_ar.js
Translate in the of 1 or 2 or more than 2 because not the same in Arabic.
2013-06-16 18:28:47 +02:00
Igor Vaynberg
455067ed4e fix #1391 make tabbing out work when no results message is shown 2013-06-13 21:02:49 -07:00
Igor Vaynberg
c36b53ad24 fix #1404 allow formatnomatches to be null in multiselects 2013-06-13 20:48:48 -07:00
Igor Vaynberg
48294f2aea remove undermask for ie since its no longer needed after #1414 2013-06-13 20:34:59 -07:00
Igor Vaynberg
d2dc771197 Merge pull request #1414 from easy2luv/master
Drop-mask not working in IE (a CSS solution)
2013-06-13 20:27:55 -07:00
easy2luv
2e9ae91d6c add styles to .select2-drop-mask needed for mask to work in IE 2013-06-13 10:47:14 -07:00
Igor Vaynberg
5159e9872d Merge pull request #1401 from openwide-java/update-french-translation
Sync French translation with source (change made in 5193dc4)
2013-06-12 18:35:50 -07:00
Igor Vaynberg
4aaa887b64 fix ie detection logic 2013-06-12 18:32:22 -07:00
Igor Vaynberg
7c729555e5 improve highlighting in single selects 2013-06-12 17:56:58 -07:00
Igor Vaynberg
29129008d5 when opened scroll to selected item. fixes #1408. closes #1411 2013-06-12 17:49:32 -07:00
Guillaume Smet
bbff80b87f Sync French translation with source (change made in 5193dc4) 2013-06-10 13:40:02 +02:00
Igor Vaynberg
b1867b5341 fix access to search method. fixes #1392 2013-06-06 21:58:10 -07:00
Igor Vaynberg
4917429c7a fixes #1387, better handling of ajax handler var 2013-06-05 08:23:49 -07:00
Igor Vaynberg
111cf37cfe fixes #1386 2013-06-05 08:18:00 -07:00
Igor Vaynberg
e6db3ef208 fixes #1385 2013-06-05 08:14:41 -07:00
Igor Vaynberg
d60fe099b4 Merge pull request #1384 from XP1/patch-2
Update README.md: Use consistent verb tenses.
2013-06-05 08:11:02 -07:00
Igor Vaynberg
a810f27373 Merge pull request #1383 from XP1/patch-1
Update README.md: Use consistent sentence casing.
2013-06-05 08:10:39 -07:00
XP1
1d8cbe7a1a Update README.md
Use consistent verb tenses.
2013-06-05 00:40:55 -04:00
XP1
28d0d04883 Update README.md
Use consistent sentence casing.
2013-06-05 01:34:54 -03:00
Igor Vaynberg
cfbed6f6fe Merge pull request #1362 from MichaelSitter/master
Set input value and update results
2013-06-04 10:44:10 -07:00
Mike S
bbd08bec03 Restoring allowedMethod container 2013-06-04 10:09:49 -07:00
Mike S
796c9e802a Renamed to search 2013-06-04 10:04:14 -07:00
Mike S
06130ffc12 Added setSearch method 2013-06-04 10:04:13 -07:00