Igor Vaynberg
|
095cdda05e
realign dropdown when search box moves to new line. closes #43
|
13 gadi atpakaļ |
Igor Vaynberg
|
293bd830b2
added closeOnSelect option, closes #40
|
13 gadi atpakaļ |
Igor Vaynberg
|
253703add3
Merge branch 'master' of git://github.com/ivaynberg/select2
|
13 gadi atpakaļ |
Igor Vaynberg
|
6ec4d20d02
added focus() and isFocused(). closes #39
|
13 gadi atpakaļ |
Igor Vaynberg
|
5ccee14cee
remove event bindings on destroy. closes #35 closes #36
|
13 gadi atpakaļ |
Igor Vaynberg
|
d0caa9131c
a small tweak to empty string handling in select2.val(). issue #34
|
13 gadi atpakaļ |
Igor Vaynberg
|
09d7a2de6e
Merge branch 'master' of git://github.com/ivaynberg/select2
|
13 gadi atpakaļ |
Igor Vaynberg
|
b034a55884
added todo for placeholder validation
|
13 gadi atpakaļ |
Igor Vaynberg
|
a542280595
better handling of empty string in select.val(). issue #34
|
13 gadi atpakaļ |
Igor Vaynberg
|
c87e5706e7
cleaned up variable name. issue #32
|
13 gadi atpakaļ |
Grzegorz Kaczan
|
34913e9557
Add "select2-with-searchbox" to the dropdown container if search box is shown.
|
13 gadi atpakaļ |
Igor Vaynberg
|
7bd7139563
added a todo for next ver
|
13 gadi atpakaļ |
Igor Vaynberg
|
120aff9582
strip BOM from encoding, closes #30
|
13 gadi atpakaļ |
Igor Vaynberg
|
71848c1353
some minor code cleanup, also fixes #29
|
13 gadi atpakaļ |
Igor Vaynberg
|
654d1bd3b2
exposed open/close as public. issue #27
|
13 gadi atpakaļ |
Igor Vaynberg
|
578a8cb0da
trim values in arrays produced when splitting user-defined strings. closes #28
|
13 gadi atpakaļ |
Igor Vaynberg
|
8323051ce3
rewrite classes in a more readable way. closes #20
|
13 gadi atpakaļ |
Igor Vaynberg
|
1faea146d4
introduced destroy method, closes #18
|
13 gadi atpakaļ |
Igor Vaynberg
|
c8b274e9ab
added ajax.transport variable to provide a custom transport. closes #26
|
13 gadi atpakaļ |
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.
|
13 gadi atpakaļ |
Igor Vaynberg
|
e78daff629
Merge pull request #22 from drosen0/patch-1
|
13 gadi atpakaļ |
David Rosen
|
12a3e68256
Update select2.js
|
13 gadi atpakaļ |
Igor Vaynberg
|
6183a490a3
minor formatting cleanup
|
13 gadi atpakaļ |
Igor Vaynberg
|
607d3a3a6e
Merge pull request #21 from justindujardin/patch-1
|
13 gadi atpakaļ |
Justin DuJardin
|
0645a09e8a
tags in the exports.
|
13 gadi atpakaļ |
Justin DuJardin
|
5094df886c
Remove duplicate window exports
|
13 gadi atpakaļ |
Igor Vaynberg
|
a16190c822
only call initSelection() when there is actual input. avoids making users implement empty input check in their initSelection()s
|
13 gadi atpakaļ |
Igor Vaynberg
|
19810405ce
automatically initialize selection in tagging mode. closes #19
|
13 gadi atpakaļ |
Igor Vaynberg
|
b9c79344cd
hide selected choices from the results by default. issue #1
|
13 gadi atpakaļ |
Igor Vaynberg
|
34a7f83f7b
removed misplaced logging
|
13 gadi atpakaļ |