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
Now that `define` and `require` are never made public, we have to
build everything to support `$...
github.com/select2/select2 - 8b77dcab98d1d9a83f6aa040457aaaa354d8e2b4 authored over 10 years ago
This will prevent leaking variables, and will remove the possibility
of Select2 not working well...
github.com/select2/select2 - 8e70642b8730e0416373ebcfda56e9230bd0ec65 authored over 10 years ago
This reverts commit 0daee346264e8325575b69bf2da5aa2c42158b98.
This results in artifacts being di...
This fixes #2587.
github.com/select2/select2 - 1de4be3749528e71c53438673092f59abbbf1f71 authored over 10 years agoRedirect the focus of original input to Select2
github.com/select2/select2 - 7581fa5708df25b158b014abd642df29573f687d authored over 10 years ago
This fixes #2769, where Select2 will jump around because of how
focus moves to the original elem...
Update link for AngularUI
github.com/select2/select2 - 0ed9e0283d46f2f2cfa231a67d00d0f72523775f authored over 10 years agoReplaced nonexistent locale "no" with "nb" (Norwegian Bokmål).
github.com/select2/select2 - f16eb6c6218fac2a8b157e99f797aea4b6d50dfd authored over 10 years agogithub.com/select2/select2 - d1c19eb012a6688ff54c48283d3a5463429efe4e authored over 10 years ago
github.com/select2/select2 - 3a9896dc4bfc9cb14892edfcfe09bf7bb1bae281 authored over 10 years ago
HTTPS everywhere
github.com/select2/select2 - 9ff939b534789bbf2dda0aa268a01ac63629e614 authored over 10 years agoThey have deprecated the original ui-select2 directive in favor of the new and better supported ...
github.com/select2/select2 - fd9006047c9b46982df0604a6f6e57437fb348f3 authored over 10 years agoStopped refresh to top when `closeOnSelect: false`
github.com/select2/select2 - dd323687f3324f9b89d73375777793d7f4c0ad13 authored over 10 years agohttps://github.com/ivaynberg/select2/issues/2751
github.com/select2/select2 - c1f338cfbf53be4217d47482bfc0a7f309d6ffce authored over 10 years agohttps://github.com/ivaynberg/select2/issues/2751
github.com/select2/select2 - 0cc0ac43f524daf919d304d494d69debced6f050 authored over 10 years agogithub.com/select2/select2 - f4f09c9d7e1e49ed0c47138725658a7a9a3df589 authored over 10 years ago
github.com/select2/select2 - 19033f60f78c24f956c61bfa9cb0e68333c3466e authored over 10 years ago
github.com/select2/select2 - a728d948c1aa44c807a560308640c70884fd0c11 authored over 10 years ago
Tags no longer takes an array, as pre-existing tags should already
exist as options in the data ...
github.com/select2/select2 - 5dd7df33bb70e29aabdbc461f86638a96b97b972 authored over 10 years ago
github.com/select2/select2 - 86cd7245d21c324b473bc761f862fb79bc593127 authored over 10 years ago
When opening the dropdown, the highlighted result will not always
be scrolled into view if it is...
When using array data, and an option is selected, the data that is
attached to the DOM element w...
github.com/select2/select2 - 72ae0da8799ec255e2acb118a078a6987941519b authored over 10 years ago
Options are correctly called out as focus moves around the results
list.
Now the Select2 instance is correctly recognized as a combobox, and
the selected option is read ...
A global id is generated for the container, and each further id
builds off of the global id.
When the main container is focused, you can now move the highlighted
result by using the up and ...
github.com/select2/select2 - e601e33ff31e264a2026c9606d9e2e2eedacebb5 authored over 10 years ago
Now the accessibility for the single select box better matches what
is picked up for a native se...
This makes quite a few changes, one of the major ones being the
removal of classes for marking o...
Now when scrolling through results with the keyboard, the
highlighted option will always be visi...
We should only be checking the option values that matter, such as
`id` and `text`, instead of ch...
github.com/select2/select2 - d0fe07f954ddc07941817c08a873d4adfabc840b authored over 10 years ago
We have to enforce ids being strings as the values of options within
a select will always be an ...
github.com/select2/select2 - ac7e7dae24ca6d4cedd70003d65fc1e0fd9d3c7d authored over 10 years ago
github.com/select2/select2 - 6375e2ee09c480fd7fa4ed3f6f9ab3f299f7a5a3 authored over 10 years ago
Placeholder support has been implemented as a separate module, so
any selection container should...
github.com/select2/select2 - a07fc218155410e124052f65738f7bd85a323104 authored over 10 years ago
github.com/select2/select2 - 5cf0dbf114def14d6694d6e7a6929310f8613331 authored over 10 years ago
github.com/select2/select2 - 5b98f690c1ab5339cb70a35c8afe67f69a20173e authored over 10 years ago
github.com/select2/select2 - 1aff36d28f158aa571dcde917ae4597901c45d90 authored over 10 years ago
This adds a module for the old matcher, so users can decorate a
data adapter with the module to ...
This also gets an object set up that handles the default options.
github.com/select2/select2 - 6d5b0a6c5925a306c59e648da6965e3b129794fb authored over 10 years agogithub.com/select2/select2 - 845f245e1c592fb07c28dbb097bb46476b5c4e7f authored over 10 years ago
github.com/select2/select2 - fa3495de24c3ee7084290a214f084c4dd40618e5 authored over 10 years ago
This also adds the `select2` function back to jQuery, so you can
still initialize Select2 using ...
For the most part this was semicolon fixes, but there was a
function, `calledMethod`, which did ...
github.com/select2/select2 - fd5603be1177af0a529789bdd1d1fb4a71a052a4 authored over 10 years ago
github.com/select2/select2 - f0e396898910cc17e40734cdda7f3ef51b084d10 authored over 10 years ago
github.com/select2/select2 - 4ae3439dbc75465d845ebe4a1df6aef7d506d19d authored over 10 years ago
github.com/select2/select2 - c51a6d6cee320a2757625d7e87eaa2e9e846647c authored over 10 years ago
github.com/select2/select2 - c74aeeb5c8efac2c63120c65f32aea7fe98096dc authored over 10 years ago
github.com/select2/select2 - e48d8c22180997f7aa3cd9e34b638928292ec7e1 authored over 10 years ago
github.com/select2/select2 - 9c6a18700b9867cd805a728b50c8d0ff682b67db authored over 10 years ago
github.com/select2/select2 - cbfe23eb52f0528098886dcd8689d7d6dadcb1ca authored over 10 years ago
github.com/select2/select2 - 5f176b66f29389df0dfbba621273b0ecd5f6d63d authored over 10 years ago
github.com/select2/select2 - 26986cacb6d384e263263129c0667cf0473e17bf authored over 10 years ago
github.com/select2/select2 - f0b819336a416e96f24c431380b1d93d1b958f76 authored over 10 years ago
github.com/select2/select2 - 981432ee89fab0046a4c374745f15c1de2dd3ae1 authored over 10 years ago
github.com/select2/select2 - acd469c658a3f13624127b4c1a37900552f9a895 authored over 10 years ago
github.com/select2/select2 - 0bc56a922b482fa54b94dc1541dd755c8a8f32ed authored over 10 years ago
github.com/select2/select2 - 1197960a4e945da65b4207896708c320acf1def1 authored over 10 years ago
Travis can't be enabled unless we put a minimal file on the `master`
branch.
github.com/select2/select2 - 14d3d998685b5d41d0a4853ea11f5ac7554ed62e authored over 10 years ago
This should allow us to create a basic interface that all adapters
must follow.
github.com/select2/select2 - 08ac13d5106bb0e3630f515f7cb9e27adae705d4 authored over 10 years ago
github.com/select2/select2 - 5a17226ba6dcf719b2a6ca4d0a14eb51c2dc1b3c authored over 10 years ago
github.com/select2/select2 - 0f30667f01f320b08b3670435c56221aacf5c22e authored over 10 years ago
github.com/select2/select2 - cbc2d2f3ec09948b1a929a70cfff36a3253ac044 authored over 10 years ago
This should add support for dynamically generated array data that
still works with a basic `<sel...
github.com/select2/select2 - 3e05e32eda3636bbc1a12dda4f8982bb04048d71 authored over 10 years ago
github.com/select2/select2 - d57f8b2203740f62a9f25992ded23c73e11e8f7b authored over 10 years ago
github.com/select2/select2 - 94b460f93011c42a489902de6916d3ebcf2ab8aa authored over 10 years ago
Added examples of header and footer decorators.
github.com/select2/select2 - 0081716841ee83335d0c143062ac17b35473ab39 authored over 10 years agogithub.com/select2/select2 - aebc7ce0d26e714e187a99a696367c3972a79074 authored over 10 years ago
People have asked about getting the multiple selection container
to show for a single selection....
github.com/select2/select2 - ed6eb4ff92a0a8c8efe520f1c8eefe6f29daa895 authored over 10 years ago
This adds decorator support in a very basic way, but enough that
it doesn't take a lot of effort...
github.com/select2/select2 - 2ca14517bbc683b3f7031432463787569ac3fbc5 authored over 10 years ago
github.com/select2/select2 - 08af2fb62901af3e7c9b2f135fc91c635d67b2af authored over 10 years ago
github.com/select2/select2 - bb63555ab2d6a398ecb8861d30e99d8c181b4983 authored over 10 years ago
github.com/select2/select2 - 297a06f8d4d07d9c0951f2cacd42e0101d7217bc authored over 10 years ago
github.com/select2/select2 - c0d9316ce28a763d632963e79ced3bfee55b5dad authored over 10 years ago
github.com/select2/select2 - 01c3dc5886fdb4e4b4c6b299f966122346c96154 authored over 10 years ago
Switched all of the divs to spans, as the container should not be
a block by default.
github.com/select2/select2 - 76933017bf8b698a613859f72a677312370543f7 authored over 10 years ago
This will make it far easier to ensure that components are in their
own modules as well as make ...
github.com/select2/select2 - 68f91c3f1b102312ccd8103cbec7c1a560207905 authored over 10 years ago
https://github.com/ivaynberg/select2/issues/2753
github.com/select2/select2 - 03a15e070bf555bc7ce3b1a5eab3e6ba3f611bfd authored over 10 years agoFixes results count in accessible text
github.com/select2/select2 - 5a184921b6f080b80283ac88026248b3f8b170c0 authored over 10 years agofixing minor errors e.g. redefined variable
github.com/select2/select2 - 30ab8511420008d1316bf4a4ed8899d2cbff7a24 authored over 10 years agogithub.com/select2/select2 - 35f706afbd23a22effbbea460ecc803fc0c835e6 authored over 10 years ago
Items with spaces can be added infinite times on multiselects
github.com/select2/select2 - ea266346bebe75086a5e7496a4e88da07f2c2d57 authored over 10 years agogithub.com/select2/select2 - 2afc930a12f266d2eb0070ec69017478cdcd3a8c authored over 10 years ago
github.com/select2/select2 - de5fe02f5ece3e1a7da4eee61655e2388077e492 authored over 10 years ago
'document.body' instead of 'body' selector
github.com/select2/select2 - 073f4cb087b99c5fb780fbbaefe4c1a23f8902c8 authored over 10 years agogithub.com/select2/select2 - e716ad01e18a3e577bed5d2fc6168971810e5172 authored over 10 years ago