Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
Collective - Host: opensource - https://opencollective.com/select2 - Website: https://select2.org - Code: https://github.com/select2/select2

Use tags correctly when set as a function.

github.com/select2/select2 - f49b1006aa76ae2a32d351cb39674474ae96c81f authored about 12 years ago
Merge pull request #736 from tamias/label_no_element

Avoid error when label has no matching element

github.com/select2/select2 - 17f9d78e268fd938040a8ecd5d3dbd59b47751d0 authored about 12 years ago
Avoid error when label has no matching element

$('#no_such_element').data("select2") returns null rather than
undefined (jQuery 1.9.0).

github.com/select2/select2 - 7ec1e753dc9493fe6f4f118658844106919144f3 authored about 12 years ago
allow ajax.data to be undefined. fixes #732

github.com/select2/select2 - 4e92c8b1b41f6c2171f58a686a125127065aec8f authored about 12 years ago
fix parenthesis mismatches

github.com/select2/select2 - 7d8409393c994d6df7bb9df59ab168d8cb562ace authored about 12 years ago
Merge pull request #735 from vlycser/patch-1

Update select2.js

github.com/select2/select2 - c12a9d5e9cc0afac7f9d44bf1ca4a091a2f90a59 authored about 12 years ago
Update select2.js

missing parenthesis at line :1448 & :1845

github.com/select2/select2 - 81cfaa587a1e61347980ee257396680ea4339bfb authored about 12 years ago
Merge pull request #727 from Schlogen/master

jQuery 1.9 Fixes

github.com/select2/select2 - ee17e4ec2771963fea6a70e2c4ee827addd28e97 authored about 12 years ago
Fix for jQuery 1.9

github.com/select2/select2 - 567cb7dbe762c923d9645a5d723bc511bf0d8460 authored about 12 years ago
Merge pull request #715 from vitalets/default-initselection-hidden

Default initSelection() for hidden element

github.com/select2/select2 - e89a851727d039549d06d23c3bbe5ed22a2467b3 authored about 12 years ago
add default initselection for single and multi

github.com/select2/select2 - 88a86e595321c557292408eab437ec14371b85fe authored about 12 years ago
add third param to matcher in local

github.com/select2/select2 - 3570ab523e7d038d204805c3e660c91b8715afee authored about 12 years ago
ready for single

github.com/select2/select2 - f63a10ccb1a14d27a11df4b056904b1afad33b9f authored about 12 years ago
Merge pull request #610 from MaxxSoftware/master

Firefox Tab and Enter keys issue.

github.com/select2/select2 - fa908972b4902276057353256a718a4bec2c9d49 authored about 12 years ago
Merge pull request #703 from jelte12345/master

Fixed my own XSS pull request to actually work

github.com/select2/select2 - fcea1523fddbf678dc482c00b7df5997527f8d33 authored about 12 years ago
allow passing a function for maximumSelectionSize

github.com/select2/select2 - 7bdad568373f6aa0b7444d2988ac8492ae37721a authored about 12 years ago
Fixed testing mistake

github.com/select2/select2 - c0dd741a79af6334275dac0385d99c5c54fb52dd authored about 12 years ago
Merge pull request #691 from jelte12345/master

Fix XSS injection

github.com/select2/select2 - 353672832dc8d0e4abed7ec14db6d82c83e17045 authored about 12 years ago
Merge pull request #697 from agworld/add-load-more-padding-option

add loadMorePadding option

github.com/select2/select2 - 5f2828098e6e98f33efe6db39555c4708e5a7240 authored about 12 years ago
add loadMorePadding option

- Trigger load before scrolling to the very bottom.
- When scrolling very fast, unless we pre-lo...

github.com/select2/select2 - a1273b639afb8c24e9c0b0492cbe62dcbbe416e9 authored about 12 years ago
Merge pull request #692 from 4sh/master

Allow to pass a callback as ajax.url configuration parameter

github.com/select2/select2 - b562d1a0e55678117be6248adc84823280dfb6be authored about 12 years ago
Allow to pass a callback as ajax.url

github.com/select2/select2 - a770ade670a7ff7049d1fe69fa18dfc7966269d3 authored about 12 years ago
Merge pull request #643 from akinnee/master

Added an option: select highlighted option on blur, "selectOnBlur: false"

github.com/select2/select2 - b4f6462bb29d485bc158580b62e84812267165c5 authored about 12 years ago
Make the escapeMarkup function escape html tags and some other characters and apply it to usefull places

github.com/select2/select2 - a65c08097ec843d9ecfea7d4a2a73b98e32d3325 authored about 12 years ago
add [option disabled='disabled'] support. fixes #480 fixes #157

github.com/select2/select2 - 8e9a23184792d40ffad65bc831f41b8b2db5a792 authored about 12 years ago
Merge pull request #652 from tispratik/master

Be able to limit each input to a maximum length

github.com/select2/select2 - 7a797300a51742755f65094f5e27d631fb44ecad authored about 12 years ago
Merge pull request #594 from omab/master

Results sorting on populateResults function

github.com/select2/select2 - df5a03f0b64b397dddbf742e7f820e364de19f3e authored about 12 years ago
Be able to limit each input to a maximum length

github.com/select2/select2 - 007fd8c3f5a078593dc0b87ffc039c873da90faa authored about 12 years ago
Merge pull request #644 from kfiku/patch-1

Update select2.js

github.com/select2/select2 - 7f83d8276a1a57dce3b0deae64698aab5d016502 authored about 12 years ago
Update select2.js

jQuery("input#someId").attr("tabIndex") don't work well in new jQuery 1.8+.
When you try this o...

github.com/select2/select2 - 0d6ba9714405ae5f1f1f277f843f61ce0a775c90 authored about 12 years ago
Added the option to select highlighted upon blur, false by default. Original functionality is maintained by default.

github.com/select2/select2 - fa6313afa4dc9959bc97ab2b332c33867ae7be04 authored about 12 years ago
Merge pull request #635 from t0m/multi-select-dropdown

Fix for more than one multi-select being open at the same time

github.com/select2/select2 - ac4ce8b0eb2c72e9879561698161f0a902a0080a authored about 12 years ago
Fixes >1 multi-select dropdown being open at the same time

Bug was reproduced on latest FF/Chrome/Safari, but IE exibits correct
behavior with or without t...

github.com/select2/select2 - b33c86e5e4a6c2560bb8eff81de044c3046e6c94 authored about 12 years ago
Merge pull request #632 from crueber/patch-1

Update select2.js

github.com/select2/select2 - c135db876ec9a620c8525a032ffa6be2f2d23159 authored about 12 years ago
Update select2.js

Adding case to fix placeholder not being displayed when element not visible.

github.com/select2/select2 - 86952b4ed90ef73817b08271804ded32c6833d14 authored about 12 years ago
Merge pull request #619 from cup-of-giraf/master

Trigger an event on value programatically change

github.com/select2/select2 - 4dc2a6214207218ceb886dc715317a2346d11049 authored about 12 years ago
Triggers change when value is set programaticaly.

``` js
$('#select').select2().
on('change', function () {
alert('change');
}).
...

github.com/select2/select2 - 09d29585a0e9a6775900a412ae7ca217fd93eae3 authored about 12 years ago
Firefox Tab and Enter keys issue.

When item is selected by enter, the list is reopened.
Also pressing tab on focused element with...

github.com/select2/select2 - 327e00b0ba12cffbb89355aaada5c5aa9ed84f10 authored about 12 years ago
update `this.context` with data context on query calls

github.com/select2/select2 - 57638ab3921c2f02d90f1d2318efae046c5bf35d authored about 12 years ago
Results sorting option. Refs #95

github.com/select2/select2 - 53eaf1fbe126cd13efb68f2793f88724500ed113 authored about 12 years ago
fixed up bower version. fixes #549

github.com/select2/select2 - 739a7bf3de257b0eb05927ba609fede7539da965 authored about 12 years ago
change "latest" to "master" for component.json version

github.com/select2/select2 - f910fe5625403dec4aeba103a3e67dd5348c5585 authored about 12 years ago
allow override of createSearchChoice in tags. fixes #567

github.com/select2/select2 - 2eb28a60aa3cc687b1aa37cc94e92df70739e914 authored about 12 years ago
Merge pull request #576 from MaxxSoftware/master

DropLeft recount when DropDown not fit on the right

github.com/select2/select2 - 2fa9f73e3b41212ffb327bd18120338efae64755 authored about 12 years ago
Update select2.js

github.com/select2/select2 - ac7de2a756195ac560a88c4f0c2e2ede846da365 authored about 12 years ago
Update select2.js

DropDown displayed on the left of select-container if not fit right.

github.com/select2/select2 - 1560a3918a31941c74ec7a112cbb2d69af56ea8d authored about 12 years ago
Merge pull request #541 from brendanheywood/master

Fixed bug with closeOnSelecet is false

github.com/select2/select2 - aa686aa47e10048882128c04e46b62fa03b7d3fc authored about 12 years ago
Merge pull request #525 from t0m/master

Trivial change: pluralize default inputTooShort function

github.com/select2/select2 - d926d472efcd60fc6c9014b1e5346292cb8f2f7a authored about 12 years ago
Fixes #533: IE Gradients Reversed

Reverses the arguments of the IE filter properties
and removes the gradient on the arrow when th...

github.com/select2/select2 - 66ca10815a5bd1e33681816750a9fd0eb79964db authored about 12 years ago
Only select the first suitable item if nothing is already selected

github.com/select2/select2 - 6c59b1e99c4a2c11d531ed6975c9c5da605682ab authored about 12 years ago
Fixed scrolling bug when closeOnSelect is false

github.com/select2/select2 - 291f595a03ef39495dda6e837d8f002464d2470b authored about 12 years ago
trivial change: pluralize formatInputTooShort function

github.com/select2/select2 - ca98ce556472ce57db0e2d711710560b991bc291 authored over 12 years ago
Merge pull request #503 from todd-givainc/master

Feature: Locked Items

github.com/select2/select2 - 4a363c4b3018a0508064e4eaf81b167ddfabe760 authored over 12 years ago
Merge pull request #518 from dubbs/patch-1

fix issue #517

github.com/select2/select2 - b3b75a8c3a971c94ee68fbd3336fc410bea84e2f authored over 12 years ago
fix issue #517

github.com/select2/select2 - 77ea616d0c19e377e3a948e6e5d338bb02cabcc0 authored over 12 years ago
fix typo in css

github.com/select2/select2 - 6e64336af1e8dd64ce50d83d0ccbdbc747637327 authored over 12 years ago
Goofed, changed disabled to locked.

github.com/select2/select2 - 1d4ea633aa9e246010bc88a500baa71400f1c18d authored over 12 years ago
Added .select2-locked

github.com/select2/select2 - d382f3cdb55ca8aa92c2a353af917a8f477272f9 authored over 12 years ago
Create locked items that can't be removed.

This patch creates multi select items that can't be removed.

github.com/select2/select2 - 43939f08a4b00556d83ed02f8680b612f95af524 authored over 12 years ago
Merge pull request #495 from swhitt/master

Rename spinner.gif

github.com/select2/select2 - 6e3b7097a3f4dbd2bfe3cd3981a386f3016d3dd2 authored over 12 years ago
fixed dropdown positioning when select2 has margins. fixes #501

github.com/select2/select2 - 3ed91862fa41adac61918b231bf627a055a8b789 authored over 12 years ago
Merge pull request #502 from Inkdpixels/master

Style consistency for the stylesheet and a more future proof retina MQ

github.com/select2/select2 - 258a85b06cd10cc2f6e4c84e63353d1629181fb7 authored over 12 years ago
Future friendly retina-mq

Using 'dpi' as a unit should be the way to go in the future

github.com/select2/select2 - e17f349bf7d7f434d3f8356504428232abd02cf5 authored over 12 years ago
Style consistency and proper intendation

github.com/select2/select2 - 977ea92d669e79c0f9e0d2c262603ed775d4d5af authored over 12 years ago
Rename spinner.gif to select2-spinner.gif to prevent collisions with very common filename.

github.com/select2/select2 - 7beac3e27cf05df2661526a994f9582d485977f1 authored over 12 years ago
Merge pull request #485 from lisandropuzzolo/patch-1

Update select2.js

github.com/select2/select2 - c4e00c6926198d05f08600c191e0e64fc37d429a authored over 12 years ago
Merge pull request #487 from kevin-brown/master

Fixes #482: Mobile Safari issues

github.com/select2/select2 - 1dd511e70c5e70c05a941a8271bb73fbffebcb4c authored over 12 years ago
Fixed anchor hrefs

Fixes #482: Mobile Safari issues

github.com/select2/select2 - f5ac9bf90c9c079e4b854eaf6edf179d73c304d4 authored over 12 years ago
Update select2.js

Fixed line 2154 to allow Select2 work with multiple levels hireachal data.

github.com/select2/select2 - da414577e8cd52470c16860e3e8c26a2577a8bc8 authored over 12 years ago
Merge pull request #465 from ericandrewlewis/master

Update licenses text in README file

github.com/select2/select2 - c169bd511fe28373ff531202eedd17de35b1a8d2 authored over 12 years ago
Add license text changes to README

github.com/select2/select2 - 52c5d99fb9cc4037cd2d925712fbbcca60a7a55a authored over 12 years ago
update license in js header

github.com/select2/select2 - 26a3d5342be488868d96db3d03823777178a709b authored over 12 years ago
Merge pull request #464 from ericandrewlewis/master

Add dual-licensing support for GPL 2, which is incompatible with the Apache License

github.com/select2/select2 - 1ec6b279f32736be2bd319318e12756c80f87d20 authored over 12 years ago
Add licenses text.

github.com/select2/select2 - 7e15d324caae1675b3c756c602be9f0f7120927f authored over 12 years ago
Add support for GPL 2

Modify the text to include support for GPL 2

github.com/select2/select2 - b6d90d436e90ef7e8caab0103e20b8096c2b6837 authored over 12 years ago
fix tab index issues. fixes #408

github.com/select2/select2 - 732ad030a04121dacad2030a43a45f7335349234 authored over 12 years ago
Merge pull request #444 from kevin-brown/master

Fixes 424: Improved Placeholder Detection

github.com/select2/select2 - 0c11ed7a9c42c0a5de2f461dba04a4a6f827ee25 authored over 12 years ago
Fixed placeholder detection. Fixes #424.

github.com/select2/select2 - c4c1cbabdefe1124d95b2207323659cb416f94ff authored over 12 years ago
Merge pull request #443 from lunks/patch-1

Use single quotes for retina image url

github.com/select2/select2 - 6351f2544f18b9c0796d227dba243dfad53f59dc authored over 12 years ago
Use single quotes for retina image url

This is how all the other images are being referenced.

github.com/select2/select2 - 65d68628b82b4b276d892841d52e98a3271d0932 authored over 12 years ago
pass element attr to initSelection for selects upon init

github.com/select2/select2 - 98976946d6e7fc07f6ad57f5b7f3c571e4c5d6a4 authored over 12 years ago
relax formatSearching check. #434

github.com/select2/select2 - fccc84cd118839eb84274c64992ee0120bf9e1af authored over 12 years ago
Merge pull request #434 from hzy-/master

formatSearching can be disabled

github.com/select2/select2 - e28ea428464dc50fb53b8f387367b6a72db8dc5e authored over 12 years ago
formatSearching can be disabled

formatSearching can be disabled by returning null from the function which allows the searching m...

github.com/select2/select2 - 3fcfbed03a9d353e85b2f4d5684cee7b7b2445f9 authored over 12 years ago
Merge pull request #432 from brettmas/master

make original option available to formatSelection on init

github.com/select2/select2 - 65493206a799641bbcf34751cc7ee01e2ddc734a authored over 12 years ago
original option not available to formatSelection on init

The original option isn't available to formatSelection when initializing the selection from a se...

github.com/select2/select2 - c5771585995fdae539f06d8a1542b6b57dc03188 authored over 12 years ago
trigger blur handlers on source element when select2 is blurred

github.com/select2/select2 - 2027c0cebf9ad2ad8188ced7891b1c2a38aeac5c authored over 12 years ago
mange disabled attr on source element. fixes #427

github.com/select2/select2 - 93ed30d67a05d2fe08b4c450015b009a3f675163 authored over 12 years ago
Merge pull request #431 from gladmon/master

Fix for z-index of search text box on single select

github.com/select2/select2 - 3cc79b410c39e7587196b45af5a0aab4e93937a5 authored over 12 years ago
Fix z-index on input text box for single selects.

Using the select2 control in a jquery dialog works fine except for you cannot click on the input...

github.com/select2/select2 - b96ee3fc88fc2fa45585bda62136146254601a2d authored over 12 years ago
postprocess results always if closeOnSelect is false. fixes #348

github.com/select2/select2 - a145378848ceb6477b5e9b033800a44446259edd authored over 12 years ago
jquery 1.8.x fixes. fixes #388

github.com/select2/select2 - f18caa59570c84d75e35e7407320339996d4c972 authored over 12 years ago
tweak formatSelection for #400

github.com/select2/select2 - bdd746844db36c3f78efa8b33dea023b1ecaa0af authored over 12 years ago
added bower component.json. fixes #418

github.com/select2/select2 - c098f51905dd769ef7d233eb56810b74715751d2 authored over 12 years ago
label for support for id's with brackets, eg id='name[first]'. fixes #422

github.com/select2/select2 - f7e78f6ed9a0dac8b3d7ffafdaf6e80e66607c67 authored over 12 years ago
hide the x when the single select is disabled. fixes #401

github.com/select2/select2 - 7ee6446bc542bd233c0588bff58fef06dc081324 authored over 12 years ago
improve keyboard handling. fixes #389

github.com/select2/select2 - 4b1204c5dedf1fe321b3be926a1fb1353a2bfd54 authored over 12 years ago
bind abbr handler before mousedown. fixes #386

github.com/select2/select2 - 908c3583d7b4bbb388b424f86354c362bdfcf695 authored over 12 years ago
allow clearing on backspace as well as delete. fixes #396

github.com/select2/select2 - ab7ab5b3f7fb9985b11ad8af20738ac3466426b8 authored over 12 years ago