1
0
mirror of synced 2024-11-22 04:56:08 +03:00
Commit Graph

2552 Commits

Author SHA1 Message Date
Igor Vaynberg
f368464132 add drag and drop sort support, fixes #60 2012-05-29 17:04:52 -07:00
nicola
23720246f2 fix internal function indexOf, when undefined passed 2012-05-29 19:15:20 +04:00
Igor Vaynberg
1633d71b4a add container() method that retrieves the main container 2012-05-28 23:15:41 -07:00
Igor Vaynberg
cb7f1da4e6 Merge branch 'master' of git://github.com/ivaynberg/select2 2012-05-28 15:16:23 -07:00
Igor Vaynberg
9ecce5af7c support numeric text keys in local data. fixes #68 2012-05-28 15:15:58 -07:00
Igor Vaynberg
071d6c73d2 Merge pull request #63 from ericbarnes/tags-tab
Adding tab support for tags
2012-05-23 08:13:07 -07:00
Igor Vaynberg
97125fb938 Merge pull request #64 from ghing/patch-1
Check for nonexistent data attribute in a way that works in jQuery 1.4.2
2012-05-23 08:11:43 -07:00
Geoffrey Hing
6dcb276485 Check for nonexistent data attribute in a way that works in jQuery 1.4.2 2012-05-22 11:40:42 -05:00
Eric Barnes
66b789939f Adding tab support for tags
When you select a tag currently the only way to select it was by using the enter key. This change allows the tab key to also select it.

Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
2012-05-22 09:30:10 -04:00
Igor Vaynberg
058ecae750 fixes #61 2012-05-18 14:50:35 -07:00
Igor Vaynberg
d563764dfc tweaked release script a bit 2012-05-16 10:54:22 -07:00
Igor Vaynberg
af6031039a build script 2012-05-16 10:36:28 -07:00
Igor Vaynberg
e5f628b719 a bit of cleanup and better error handling for options 2012-05-07 09:24:14 -07:00
Igor Vaynberg
a6edacc505 Merge branch 'master' of git://github.com/ivaynberg/select2 2012-05-07 08:21:16 -07:00
Igor Vaynberg
b3d9e7ce20 Merge pull request #57 from Fran6co/imp-ajax-abort
Aborts the ajax call when a new is coming up
2012-05-07 08:18:22 -07:00
Francisco Facioni
404539e6d3 Aborts the ajax call when a new is coming up 2012-05-06 10:37:51 -03:00
Igor Vaynberg
0160b36a38 missed one place where id is accessed. issue #51 2012-05-03 15:05:39 -07:00
Igor Vaynberg
bf5e7d16de make it possible to overwrite how the id is retreived from a choice. issue #51 2012-05-03 15:00:48 -07:00
Igor Vaynberg
011770a5d5 license tweaks 2012-05-03 09:01:13 -07:00
Igor Vaynberg
5ae45f4124 Merge branch 'master' of git://github.com/ivaynberg/select2 2012-05-02 22:52:27 -07:00
Igor Vaynberg
bd8c40b0e8 jquery 1.4 compat impl of focus check 2012-05-02 22:52:05 -07:00
Igor Vaynberg
a1457fa491 Merge pull request #56 from ProLoser/master
Added support for [placeholder] attribute
2012-05-02 22:50:40 -07:00
Igor Vaynberg
450aad8f46 fixed placeholder bug. closes #55 2012-05-02 22:48:44 -07:00
Dean Sofer
945249f46a Added support for placeholder attribute in addition to data-placeholder 2012-05-02 20:19:00 -07:00
Igor Vaynberg
5f00dd1cfd resize the search field to full width when placeholder is set. fixes #53 2012-05-02 09:26:00 -07:00
Igor Vaynberg
2aeb3d5bd5 fix bug where tagging was broken if strings instead of objects were used 2012-05-02 08:39:55 -07:00
Igor Vaynberg
e0f854d667 copy the args object so changes to it no longer effect other select2s. closes #47 2012-04-27 22:39:40 -07:00
Igor Vaynberg
3b9840e3ff remove debugging statement 2012-04-27 22:28:20 -07:00
Igor Vaynberg
11b0a1662c imrpove handling of objects in tags helper. closes #50 2012-04-27 11:40:32 -07:00
Igor Vaynberg
ee6f8975a6 clear search when val() is called. closes #45 closes #46 2012-04-26 20:04:57 -07:00
Igor Vaynberg
891102ff47 fix select event syncing. closes #41 2012-04-26 19:46:24 -07:00
Dean Sofer
37ddcb64a3 Fixed #43
Made the dropdown menu positioned via pure css instead of using
javascript to constantly adjust its position. YAY PERFORMANCE!

Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-04-26 19:31:08 -07:00
Igor Vaynberg
b96079fef6 Revert "realign dropdown when search box moves to new line. closes #43"
This reverts commit 095cdda05e.
2012-04-26 19:29:28 -07:00
Igor Vaynberg
095cdda05e realign dropdown when search box moves to new line. closes #43 2012-04-26 19:17:34 -07:00
Igor Vaynberg
293bd830b2 added closeOnSelect option, closes #40 2012-04-24 10:46:21 -07:00
Igor Vaynberg
253703add3 Merge branch 'master' of git://github.com/ivaynberg/select2 2012-04-20 23:59:48 -07:00
Igor Vaynberg
6ec4d20d02 added focus() and isFocused(). closes #39 2012-04-20 23:59:44 -07:00
Igor Vaynberg
5ccee14cee remove event bindings on destroy. closes #35 closes #36 2012-04-17 08:16:22 -07:00
Igor Vaynberg
d0caa9131c a small tweak to empty string handling in select2.val(). issue #34 2012-04-17 08:05:14 -07:00
Igor Vaynberg
09d7a2de6e Merge branch 'master' of git://github.com/ivaynberg/select2 2012-04-17 08:04:03 -07:00
Igor Vaynberg
b034a55884 added todo for placeholder validation 2012-04-17 08:04:00 -07:00
Igor Vaynberg
a542280595 better handling of empty string in select.val(). issue #34 2012-04-16 22:00:14 -07:00
Igor Vaynberg
c87e5706e7 cleaned up variable name. issue #32 2012-04-16 08:28:54 -07:00
Grzegorz Kaczan
34913e9557 Add "select2-with-searchbox" to the dropdown container if search box is shown.
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-04-16 08:26:30 -07:00
Igor Vaynberg
7bd7139563 added a todo for next ver 2012-04-13 11:29:41 -07:00
Igor Vaynberg
120aff9582 strip BOM from encoding, closes #30 2012-04-13 09:11:23 -07:00
Igor Vaynberg
71848c1353 some minor code cleanup, also fixes #29 2012-04-13 08:59:32 -07:00
Igor Vaynberg
654d1bd3b2 exposed open/close as public. issue #27 2012-04-13 08:18:05 -07:00
Igor Vaynberg
578a8cb0da trim values in arrays produced when splitting user-defined strings. closes #28 2012-04-13 08:07:59 -07:00
Igor Vaynberg
8323051ce3 rewrite classes in a more readable way. closes #20 2012-04-12 00:33:10 -07:00