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

Better handle AMD across files

Now that `define` and `require` are never made public, we have to
build everything to support `$...

github.com/select2/select2 - 65875bf8e79923de0ac85b67336a067c114ab852 authored over 10 years ago
Remove old start and end files

github.com/select2/select2 - 8b77dcab98d1d9a83f6aa040457aaaa354d8e2b4 authored over 10 years ago
Wrap JS

This will prevent leaking variables, and will remove the possibility
of Select2 not working well...

github.com/select2/select2 - afbf30d09a846a4afaa99964836854a7b46d425e authored over 10 years ago
Lint the Gruntfile

github.com/select2/select2 - 8e70642b8730e0416373ebcfda56e9230bd0ec65 authored over 10 years ago
Revert "Fixed Select2 jumping around in Chrome"

This reverts commit 0daee346264e8325575b69bf2da5aa2c42158b98.
This results in artifacts being di...

github.com/select2/select2 - e943f6ef08cd5ab5f6104efc5288daeab9f33162 authored over 10 years ago
Fixed TypeError when destroying Select2

This fixes #2587.

github.com/select2/select2 - 1de4be3749528e71c53438673092f59abbbf1f71 authored over 10 years ago
Merge pull request #2588 from fabdouglas/patch-8

Redirect the focus of original input to Select2

github.com/select2/select2 - 7581fa5708df25b158b014abd642df29573f687d authored over 10 years ago
Fixed Select2 jumping around in Chrome

This fixes #2769, where Select2 will jump around because of how
focus moves to the original elem...

github.com/select2/select2 - 0daee346264e8325575b69bf2da5aa2c42158b98 authored over 10 years ago
Merge pull request #2775 from Splaktar/patch-1

Update link for AngularUI

github.com/select2/select2 - 0ed9e0283d46f2f2cfa231a67d00d0f72523775f authored over 10 years ago
Merge pull request #2776 from bjornjohansen/master

Replaced nonexistent locale "no" with "nb" (Norwegian Bokmål).

github.com/select2/select2 - f16eb6c6218fac2a8b157e99f797aea4b6d50dfd authored over 10 years ago
Added the formatMatches string

github.com/select2/select2 - d1c19eb012a6688ff54c48283d3a5463429efe4e authored over 10 years ago
Replaced nonexistent locale "no" with "nb" (Norwegian Bokmål). Added space before ellipsis for correct punctuation.

github.com/select2/select2 - 3a9896dc4bfc9cb14892edfcfe09bf7bb1bae281 authored over 10 years ago
Updated AngularJS link to HTTPS

HTTPS everywhere

github.com/select2/select2 - 9ff939b534789bbf2dda0aa268a01ac63629e614 authored over 10 years ago
Updated link for AngularUI

They have deprecated the original ui-select2 directive in favor of the new and better supported ...

github.com/select2/select2 - fd9006047c9b46982df0604a6f6e57437fb348f3 authored over 10 years ago
Merge pull request #2364 from joshuajonah/master

Stopped refresh to top when `closeOnSelect: false`

github.com/select2/select2 - dd323687f3324f9b89d73375777793d7f4c0ad13 authored over 10 years ago
Dont update the results if the term hasn't changed.

https://github.com/ivaynberg/select2/issues/2751

github.com/select2/select2 - c1f338cfbf53be4217d47482bfc0a7f309d6ffce authored over 10 years ago
Fixed not to break use case: setting the new value after someone was just searching with a different value

https://github.com/ivaynberg/select2/issues/2751

github.com/select2/select2 - 0cc0ac43f524daf919d304d494d69debced6f050 authored over 10 years ago
Dropping the new translation for now

github.com/select2/select2 - f4f09c9d7e1e49ed0c47138725658a7a9a3df589 authored over 10 years ago
Added disabled example

github.com/select2/select2 - 19033f60f78c24f956c61bfa9cb0e68333c3466e authored over 10 years ago
Added some content to the tagging section

github.com/select2/select2 - a728d948c1aa44c807a560308640c70884fd0c11 authored over 10 years ago
Added basic implementation of tags

Tags no longer takes an array, as pre-existing tags should already
exist as options in the data ...

github.com/select2/select2 - 559a93bcb678a824ff423936028d96db7399822b authored over 10 years ago
Allow programmatic access of Select2

github.com/select2/select2 - 5dd7df33bb70e29aabdbc461f86638a96b97b972 authored over 10 years ago
Working on the contributor pages

github.com/select2/select2 - 86cd7245d21c324b473bc761f862fb79bc593127 authored over 10 years ago
Ensure that the highlighted result is visible

When opening the dropdown, the highlighted result will not always
be scrolled into view if it is...

github.com/select2/select2 - 5dd5ad93a66932eea8abf60b2e0bc79f871f396a authored over 10 years ago
Better compatibility with array data

When using array data, and an option is selected, the data that is
attached to the DOM element w...

github.com/select2/select2 - 9e130956fc0f111d4004a3dce895b69f628ea83f authored over 10 years ago
Only generate result ids when the container has an id

github.com/select2/select2 - 72ae0da8799ec255e2acb118a078a6987941519b authored over 10 years ago
Better accessibility for results

Options are correctly called out as focus moves around the results
list.

github.com/select2/select2 - 7c8601d33b73ea35f94befa60a474f9c4e81c212 authored over 10 years ago
Single select accessibility

Now the Select2 instance is correctly recognized as a combobox, and
the selected option is read ...

github.com/select2/select2 - 9ada3712f756390e2ec434dbfcb880243259babf authored over 10 years ago
Generate more consistent ids

A global id is generated for the container, and each further id
builds off of the global id.

github.com/select2/select2 - 00a31df47a6eec7efe0a365e65d5f038eeec7617 authored over 10 years ago
Add more keyboard support

When the main container is focused, you can now move the highlighted
result by using the up and ...

github.com/select2/select2 - 8dfd6d696021d16314ac1616605c82059d40ab0a authored over 10 years ago
Added a base class for the selection container

github.com/select2/select2 - e601e33ff31e264a2026c9606d9e2e2eedacebb5 authored over 10 years ago
Accessibility matches better

Now the accessibility for the single select box better matches what
is picked up for a native se...

github.com/select2/select2 - cdfa0499f40b5ea3754f5bbcce6c81ee92b8a572 authored over 10 years ago
Working on accessibility

This makes quite a few changes, one of the major ones being the
removal of classes for marking o...

github.com/select2/select2 - cc9419928e759018c0eb84785223dd4c479f88ee authored over 10 years ago
Fixed keyboard scrolling

Now when scrolling through results with the keyboard, the
highlighted option will always be visi...

github.com/select2/select2 - 9102cf94738719a49982e1a7d0526525469c9f0b authored over 10 years ago
Changed tests to not use deepEqual

We should only be checking the option values that matter, such as
`id` and `text`, instead of ch...

github.com/select2/select2 - e018a6f69ea2895460fd91f25e7a6e5f48dd78c8 authored over 10 years ago
Added tests for the query function

github.com/select2/select2 - d0fe07f954ddc07941817c08a873d4adfabc840b authored over 10 years ago
Fixed problems with non-string ids

We have to enforce ids being strings as the values of options within
a select will always be an ...

github.com/select2/select2 - 27ac50a85452b6e73456ba47cf23974e55d5a329 authored over 10 years ago
Added example for disabled results

github.com/select2/select2 - ac7e7dae24ca6d4cedd70003d65fc1e0fd9d3c7d authored over 10 years ago
Working on searching results

github.com/select2/select2 - 6375e2ee09c480fd7fa4ed3f6f9ab3f299f7a5a3 authored over 10 years ago
Added support for placeholders

Placeholder support has been implemented as a separate module, so
any selection container should...

github.com/select2/select2 - 3d1dc367111a3cd2cb591e387cbf789174d17f91 authored over 10 years ago
Added remove button on multiple select choices

github.com/select2/select2 - a07fc218155410e124052f65738f7bd85a323104 authored over 10 years ago
Visibility of the search can be controlled

github.com/select2/select2 - 5cf0dbf114def14d6694d6e7a6929310f8613331 authored over 10 years ago
Fixed examples page

github.com/select2/select2 - 5b98f690c1ab5339cb70a35c8afe67f69a20173e authored over 10 years ago
Add internal support for sorting options

github.com/select2/select2 - 1aff36d28f158aa571dcde917ae4597901c45d90 authored over 10 years ago
Add backwards compatibility with the old matcher

This adds a module for the old matcher, so users can decorate a
data adapter with the module to ...

github.com/select2/select2 - 4f8fb28d938e709cf59ce6c948ca113f859aa1ca authored over 10 years ago
Add getters and setters for options

This also gets an object set up that handles the default options.

github.com/select2/select2 - 6d5b0a6c5925a306c59e648da6965e3b129794fb authored over 10 years ago
Fixed sizing of the new select element

github.com/select2/select2 - 845f245e1c592fb07c28dbb097bb46476b5c4e7f authored over 10 years ago
Drop the playground

github.com/select2/select2 - fa3495de24c3ee7084290a214f084c4dd40618e5 authored over 10 years ago
Started building out the examples

This also adds the `select2` function back to jQuery, so you can
still initialize Select2 using ...

github.com/select2/select2 - d386849c1f6321150181ffed3e53eef1a06eecbf authored over 10 years ago
Linted select2/utils

For the most part this was semicolon fixes, but there was a
function, `calledMethod`, which did ...

github.com/select2/select2 - 898db2e74a794bdf00e00348a86190dd1a12a4b2 authored over 10 years ago
Examples use groups now

github.com/select2/select2 - fd5603be1177af0a529789bdd1d1fb4a71a052a4 authored over 10 years ago
Linted select2/selection/*

github.com/select2/select2 - f0e396898910cc17e40734cdda7f3ef51b084d10 authored over 10 years ago
Started building the docs site

github.com/select2/select2 - 4ae3439dbc75465d845ebe4a1df6aef7d506d19d authored over 10 years ago
Examples are good for now

github.com/select2/select2 - c51a6d6cee320a2757625d7e87eaa2e9e846647c authored over 10 years ago
Start working on docs

github.com/select2/select2 - c74aeeb5c8efac2c63120c65f32aea7fe98096dc authored over 10 years ago
Minify dist again

github.com/select2/select2 - e48d8c22180997f7aa3cd9e34b638928292ec7e1 authored over 10 years ago
Improved the jshint config a bit more

github.com/select2/select2 - 9c6a18700b9867cd805a728b50c8d0ff682b67db authored over 10 years ago
Added basic tests for select2/data/array

github.com/select2/select2 - cbfe23eb52f0528098886dcd8689d7d6dadcb1ca authored over 10 years ago
Add tests for select data adapter

github.com/select2/select2 - 5f176b66f29389df0dfbba621273b0ecd5f6d63d authored over 10 years ago
Fix undefined variable, rebuild dist

github.com/select2/select2 - 26986cacb6d384e263263129c0667cf0473e17bf authored over 10 years ago
Linted select2/data/* and select2/dropdown/*

github.com/select2/select2 - f0b819336a416e96f24c431380b1d93d1b958f76 authored over 10 years ago
More linting on select2/*

github.com/select2/select2 - 981432ee89fab0046a4c374745f15c1de2dd3ae1 authored over 10 years ago
Added optgroup support

github.com/select2/select2 - acd469c658a3f13624127b4c1a37900552f9a895 authored over 10 years ago
Linted tests

github.com/select2/select2 - 0bc56a922b482fa54b94dc1541dd755c8a8f32ed authored over 10 years ago
Add proof-of-concept decorator for clearing

github.com/select2/select2 - 1197960a4e945da65b4207896708c320acf1def1 authored over 10 years ago
Add travis

Travis can't be enabled unless we put a minimal file on the `master`
branch.

github.com/select2/select2 - a25883c659cd0bfd5332ff5139d35df6aa0b2f82 authored over 10 years ago
Basic multiple select implementation

github.com/select2/select2 - 14d3d998685b5d41d0a4853ea11f5ac7554ed62e authored over 10 years ago
Broke out a base data adapter

This should allow us to create a basic interface that all adapters
must follow.

github.com/select2/select2 - 114732ec25ad5a57995bfab5ccede1ad3604c1f0 authored over 10 years ago
Two spaces indentation for tests

github.com/select2/select2 - 08ac13d5106bb0e3630f515f7cb9e27adae705d4 authored over 10 years ago
Minify assets

github.com/select2/select2 - 5a17226ba6dcf719b2a6ca4d0a14eb51c2dc1b3c authored over 10 years ago
Added very basic AJAX adapter

github.com/select2/select2 - 0f30667f01f320b08b3670435c56221aacf5c22e authored over 10 years ago
Trigger events when the dropdown opens and closes

github.com/select2/select2 - cbc2d2f3ec09948b1a929a70cfff36a3253ac044 authored over 10 years ago
Added array adapter

This should add support for dynamically generated array data that
still works with a basic `<sel...

github.com/select2/select2 - 315b1b3c12e40dc030dff8df4b2e3466b9dc8de6 authored over 10 years ago
Small changes in preparation for more adapters

github.com/select2/select2 - 3e05e32eda3636bbc1a12dda4f8982bb04048d71 authored over 10 years ago
Clicking on a selected option triggers an unselect event

github.com/select2/select2 - d57f8b2203740f62a9f25992ded23c73e11e8f7b authored over 10 years ago
Limit the explicit coupling between adapters

github.com/select2/select2 - 94b460f93011c42a489902de6916d3ebcf2ab8aa authored over 10 years ago
Header and footer decorators

Added examples of header and footer decorators.

github.com/select2/select2 - 0081716841ee83335d0c143062ac17b35473ab39 authored over 10 years ago
Added very basic jshint config

github.com/select2/select2 - aebc7ce0d26e714e187a99a696367c3972a79074 authored over 10 years ago
Added example

People have asked about getting the multiple selection container
to show for a single selection....

github.com/select2/select2 - f82202036f78c347244c027154a50ad33c4df661 authored over 10 years ago
Dropped old js files

github.com/select2/select2 - ed6eb4ff92a0a8c8efe520f1c8eefe6f29daa895 authored over 10 years ago
Added Utils.Decorate and tests

This adds decorator support in a very basic way, but enough that
it doesn't take a lot of effort...

github.com/select2/select2 - 792133ce5c826df09e1534fd9147c145cab6ba14 authored over 10 years ago
Add classes to results options

github.com/select2/select2 - 2ca14517bbc683b3f7031432463787569ac3fbc5 authored over 10 years ago
decorators idea

github.com/select2/select2 - 08af2fb62901af3e7c9b2f135fc91c635d67b2af authored over 10 years ago
mobile playground and some wip on architecture

github.com/select2/select2 - bb63555ab2d6a398ecb8861d30e99d8c181b4983 authored over 10 years ago
Working on rendering everything

github.com/select2/select2 - 297a06f8d4d07d9c0951f2cacd42e0101d7217bc authored over 10 years ago
clean up playground

github.com/select2/select2 - c0d9316ce28a763d632963e79ced3bfee55b5dad authored over 10 years ago
Basic dropdown is in place

github.com/select2/select2 - 01c3dc5886fdb4e4b4c6b299f966122346c96154 authored over 10 years ago
More work on rendering

Switched all of the divs to spans, as the container should not be
a block by default.

github.com/select2/select2 - ae57cf64608c1775ecb32512a3f5b5dae09dfed5 authored over 10 years ago
out with the old

github.com/select2/select2 - 76933017bf8b698a613859f72a677312370543f7 authored over 10 years ago
Work on the AMD scaffolding

This will make it far easier to ensure that components are in their
own modules as well as make ...

github.com/select2/select2 - 06e195b025c3447829dc69e7e0ad2263b3d0ec70 authored over 10 years ago
added footer extension

github.com/select2/select2 - 68f91c3f1b102312ccd8103cbec7c1a560207905 authored over 10 years ago
After clearSearch nextSearchTerm is not cleared

https://github.com/ivaynberg/select2/issues/2753

github.com/select2/select2 - 03a15e070bf555bc7ce3b1a5eab3e6ba3f611bfd authored over 10 years ago
Merge pull request #2726 from KayLeung/patch-1

Fixes results count in accessible text

github.com/select2/select2 - 5a184921b6f080b80283ac88026248b3f8b170c0 authored over 10 years ago
Merge pull request #2747 from arthur-peka/master

fixing minor errors e.g. redefined variable

github.com/select2/select2 - 30ab8511420008d1316bf4a4ed8899d2cbff7a24 authored over 10 years ago
fixing minor errors e.g. redefined variable

github.com/select2/select2 - 35f706afbd23a22effbbea460ecc803fc0c835e6 authored over 10 years ago
Merge pull request #2665 from bor0/master

Items with spaces can be added infinite times on multiselects

github.com/select2/select2 - ea266346bebe75086a5e7496a4e88da07f2c2d57 authored over 10 years ago
updated Indonesian translation

github.com/select2/select2 - 2afc930a12f266d2eb0070ec69017478cdcd3a8c authored over 10 years ago
updated Malay translation

github.com/select2/select2 - de5fe02f5ece3e1a7da4eee61655e2388077e492 authored over 10 years ago
Merge pull request #2728 from demkalkov/master

'document.body' instead of 'body' selector

github.com/select2/select2 - 073f4cb087b99c5fb780fbbaefe4c1a23f8902c8 authored over 10 years ago
'document.body' instead of 'body' selector

github.com/select2/select2 - e716ad01e18a3e577bed5d2fc6168971810e5172 authored over 10 years ago