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

190 Commits

Author SHA1 Message Date
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
Igor Vaynberg
1faea146d4 introduced destroy method, closes #18 2012-04-11 23:28:54 -07:00
Igor Vaynberg
c8b274e9ab added ajax.transport variable to provide a custom transport. closes #26 2012-04-11 12:17:58 -07:00
Igor Vaynberg
54033cdb04 monitors source element for change events and syncs the selection. opts.initSelection function has to be specified by the user for this to work because ids have to be mapped back to objects. select2 provides this function automatically for select elements and tags helper. 2012-04-11 00:51:27 -07:00
Igor Vaynberg
e78daff629 Merge pull request #22 from drosen0/patch-1
Define `undefined`
2012-04-10 23:30:23 -07:00
David Rosen
12a3e68256 Update select2.js 2012-04-10 10:42:40 -07:00
Igor Vaynberg
6183a490a3 minor formatting cleanup 2012-04-10 09:46:20 -07:00
Igor Vaynberg
607d3a3a6e Merge pull request #21 from justindujardin/patch-1
Remove duplicate window exports
2012-04-10 09:45:14 -07:00
Justin DuJardin
0645a09e8a tags in the exports. 2012-04-10 09:12:19 -07:00
Justin DuJardin
5094df886c Remove duplicate window exports 2012-04-10 09:09:20 -07:00
Igor Vaynberg
a16190c822 only call initSelection() when there is actual input. avoids making users implement empty input check in their initSelection()s 2012-04-10 07:45:09 -07:00
Igor Vaynberg
19810405ce automatically initialize selection in tagging mode. closes #19 2012-04-10 07:31:59 -07:00
Igor Vaynberg
b9c79344cd hide selected choices from the results by default. issue #1 2012-04-10 00:42:44 -07:00