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

2422 Commits

Author SHA1 Message Date
Igor Vaynberg
b5cceab21e Merge pull request #346 from Polonious/master
Escapes special characters in containerId selector
2012-08-18 09:03:20 -07:00
TedLiang
02d6f9f5db escape special characters in containerId selector 2012-08-18 20:40:48 +10:00
TedLiang
3276e22ab6 escape special characters in containerId selector 2012-08-18 16:42:59 +10:00
Igor Vaynberg
64ec0c5e89 Merge pull request #345 from Polonious/master
Predictable contain id
2012-08-17 23:25:54 -07:00
TedLiang
881d2fabd3 consistent containid for better integration with form validation. 2012-08-18 15:32:28 +10:00
Igor Vaynberg
c65355edee fixed focussing in IE8. fixes #342 2012-08-16 23:36:26 -07:00
Igor Vaynberg
e4fbf91915 ignore replies that come in after select2 has been closed. fixes #299 2012-08-16 23:04:29 -07:00
Igor Vaynberg
afd353788b allow opts.dropdownCss to override css even after position. fixes #328 2012-08-16 22:54:14 -07:00
Igor Vaynberg
7b60524b35 do not open when clicked on a search choice. fixes #336 2012-08-16 22:25:10 -07:00
Igor Vaynberg
045bff7fe4 Merge pull request #341 from ryfeng/master
Recursive Match for local query
2012-08-16 22:15:12 -07:00
Igor Vaynberg
69567cd2cb Merge branch 'master' of github.com:ivaynberg/select2 2012-08-16 22:11:29 -07:00
ryfeng
476d5ace9a recursive match in local() 2012-08-17 02:11:16 -03:00
Igor Vaynberg
cf01ec6cb5 remove shrinking animation on choice remove because it causes jitter. fixes #326 2012-08-16 22:11:14 -07:00
Igor Vaynberg
d154146caf Merge pull request #340 from 19Gerhard85/master
Another fix for: IE fires window.onbeforeunload event #330
2012-08-16 08:32:49 -07:00
19Gerhard85
d5b6d5fa78 Update select2.js 2012-08-16 18:11:47 +03:00
Igor Vaynberg
8bab0b6f70 always set the val on element so initSelection has access to it. fixes #337 2012-08-16 00:09:00 -07:00
Igor Vaynberg
1da4855191 Merge pull request #330 from 19Gerhard85/master
Bugfix: IE fires window.onbeforeunload event
2012-08-14 09:45:28 -07:00
Igor Vaynberg
52907f2332 tweak release script to generate artifacts in /tmp 2012-08-14 09:02:25 -07:00
19Gerhard85
35d61952f6 Fixed Bug: IE fires onbeforeunload event 2012-08-14 18:27:57 +03:00
Igor Vaynberg
816af4425b fix cursor position in select when opened with a char key press. fixes #323 2012-08-13 15:27:08 -07:00
Igor Vaynberg
4f6bf6cc81 added openOnEnter option. fixes #319 2012-08-13 14:51:56 -07:00
Igor Vaynberg
b7a3f957e3 dont open the dropdown on meta keys. fixes #314 2012-08-13 14:45:21 -07:00
Igor Vaynberg
38dae78dab Merge pull request #325 from sambomartin/master
ajax - support traditional param serialization in ajax calls
2012-08-13 11:08:46 -07:00
sambomartin
31cc5ed40a Update select2.js
Added 'traditional' ajax parameter
2012-08-13 19:57:50 +02:00
Igor Vaynberg
af6a3f556a added link to django integration 2012-08-12 08:38:04 -07:00
Igor Vaynberg
1e9cfc762f Merge pull request #313 from tregagnon/master
Fix typing mistake
2012-08-09 08:38:17 -07:00
Thierry Régagnon
9fd6f12380 Fix typing mistake: "fasle" instead of "false" 2012-08-09 12:49:03 +02:00
Igor Vaynberg
289226cf6c add a tokenizer so choices can be automatically created and selected while user is typing or pasting into the field. fixes #101 #81 #292 2012-08-08 19:33:24 -07:00
Maurus Cuelenaere
c2fa04529b Fix minimumResultsForSearch by recursively counting items
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-08-08 16:48:47 -07:00
Igor Vaynberg
4d3f8b6332 insert select2 container before element instead of after. better bootstrap compat. fixes #278 2012-08-07 22:31:36 -07:00
Igor Vaynberg
1ef57f86af added formatResultCssClass, fixes #288 2012-08-07 22:23:41 -07:00
Igor Vaynberg
92cd1a9037 add vertial align top to select 2 container. fixes #266 2012-08-07 21:50:08 -07:00
Igor Vaynberg
ec31e105d8 remove the pesky BOM. fixes #306 2012-08-07 14:42:58 -07:00
Igor Vaynberg
e7dee23c08 reapply styles specified in dropdownCss option when dropdown is opened to ensure they do not get removed. fixes #305 2012-08-07 08:44:25 -07:00
Igor Vaynberg
220e50fd92 fix select2-more-result positioning. fixes #303 2012-08-07 08:21:18 -07:00
Igor Vaynberg
d92a572694 close on scroll and resize. fixes #149 2012-08-06 23:44:39 -07:00
Igor Vaynberg
921bf06434 fix and clean the new formatSearching() method. closes #301 2012-08-06 20:35:59 -07:00
Igor Vaynberg
02326a58ab Merge pull request #301 from bhoop/master
Add a "Searching" label state for AJAX data
2012-08-06 20:26:00 -07:00
bhoop
b593d06d58 Update select2.js
Add a "Searching" label state for AJAX data
2012-08-06 17:42:05 -03:00
Igor Vaynberg
3a1dcd14f3 remove default width of 25px from multiselect's search input 2012-08-05 13:02:39 -07:00
Igor Vaynberg
a7d0849d23 close any opened select2s when the window is scrolled or resized. fixes #296 and potentially #149 2012-08-04 11:28:02 -07:00
Igor Vaynberg
bc9867af0b change enter and delete key behaviors. fixes #295 2012-08-03 21:50:12 -07:00
Igor Vaynberg
15b654a170 support readonly attribute by disabling select2. fixes #293 2012-08-03 06:19:22 -07:00
Igor Vaynberg
b422d4efef fixed markup escaping. fixes #290 2012-08-02 21:50:02 -07:00
Igor Vaynberg
bef4af91f8 fixed opening and closing of dropdown when an element is removed from selection. fixes #287 2012-08-02 15:05:33 -07:00
Igor Vaynberg
84eb5b33fc fix for some selects not closing. fixes #286 2012-08-02 15:01:33 -07:00
Igor Vaynberg
dc339391f8 allow disabling of some messages by specifying a null formatter. fixes #280, #182 2012-07-30 13:49:34 +03:00
Igor Vaynberg
e2ea6faac7 allow url to be specified via data-ajax-url attribute. fixes #275 2012-07-30 13:32:29 +03:00
Kevin Brown
61603dacc0 Changed event handlers. Fixes #70
Changed to mouseup for displaying options.
Changed to mousedown for selecting options.

Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-07-29 07:28:11 +03:00
Igor Vaynberg
f2460a826e support null, undefined, false for data() to unselect. fixes #273 2012-07-27 19:00:17 +03:00