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
github.com/select2/select2 - f49b1006aa76ae2a32d351cb39674474ae96c81f authored about 12 years ago
Avoid error when label has no matching element
github.com/select2/select2 - 17f9d78e268fd938040a8ecd5d3dbd59b47751d0 authored about 12 years ago
$('#no_such_element').data("select2") returns null rather than
undefined (jQuery 1.9.0).
github.com/select2/select2 - 4e92c8b1b41f6c2171f58a686a125127065aec8f authored about 12 years ago
github.com/select2/select2 - 7d8409393c994d6df7bb9df59ab168d8cb562ace authored about 12 years ago
Update select2.js
github.com/select2/select2 - c12a9d5e9cc0afac7f9d44bf1ca4a091a2f90a59 authored about 12 years agomissing parenthesis at line :1448 & :1845
github.com/select2/select2 - 81cfaa587a1e61347980ee257396680ea4339bfb authored about 12 years agojQuery 1.9 Fixes
github.com/select2/select2 - ee17e4ec2771963fea6a70e2c4ee827addd28e97 authored about 12 years agogithub.com/select2/select2 - 567cb7dbe762c923d9645a5d723bc511bf0d8460 authored about 12 years ago
Default initSelection() for hidden element
github.com/select2/select2 - e89a851727d039549d06d23c3bbe5ed22a2467b3 authored about 12 years agogithub.com/select2/select2 - 88a86e595321c557292408eab437ec14371b85fe authored about 12 years ago
github.com/select2/select2 - 3570ab523e7d038d204805c3e660c91b8715afee authored about 12 years ago
github.com/select2/select2 - f63a10ccb1a14d27a11df4b056904b1afad33b9f authored about 12 years ago
Firefox Tab and Enter keys issue.
github.com/select2/select2 - fa908972b4902276057353256a718a4bec2c9d49 authored about 12 years agoFixed my own XSS pull request to actually work
github.com/select2/select2 - fcea1523fddbf678dc482c00b7df5997527f8d33 authored about 12 years agogithub.com/select2/select2 - 7bdad568373f6aa0b7444d2988ac8492ae37721a authored about 12 years ago
github.com/select2/select2 - c0dd741a79af6334275dac0385d99c5c54fb52dd authored about 12 years ago
Fix XSS injection
github.com/select2/select2 - 353672832dc8d0e4abed7ec14db6d82c83e17045 authored about 12 years agoadd loadMorePadding option
github.com/select2/select2 - 5f2828098e6e98f33efe6db39555c4708e5a7240 authored about 12 years ago
- Trigger load before scrolling to the very bottom.
- When scrolling very fast, unless we pre-lo...
Allow to pass a callback as ajax.url configuration parameter
github.com/select2/select2 - b562d1a0e55678117be6248adc84823280dfb6be authored about 12 years agogithub.com/select2/select2 - a770ade670a7ff7049d1fe69fa18dfc7966269d3 authored about 12 years ago
Added an option: select highlighted option on blur, "selectOnBlur: false"
github.com/select2/select2 - b4f6462bb29d485bc158580b62e84812267165c5 authored about 12 years agogithub.com/select2/select2 - a65c08097ec843d9ecfea7d4a2a73b98e32d3325 authored about 12 years ago
github.com/select2/select2 - 8e9a23184792d40ffad65bc831f41b8b2db5a792 authored about 12 years ago
Be able to limit each input to a maximum length
github.com/select2/select2 - 7a797300a51742755f65094f5e27d631fb44ecad authored about 12 years agoResults sorting on populateResults function
github.com/select2/select2 - df5a03f0b64b397dddbf742e7f820e364de19f3e authored about 12 years agogithub.com/select2/select2 - 007fd8c3f5a078593dc0b87ffc039c873da90faa authored about 12 years ago
Update select2.js
github.com/select2/select2 - 7f83d8276a1a57dce3b0deae64698aab5d016502 authored about 12 years ago
jQuery("input#someId").attr("tabIndex") don't work well in new jQuery 1.8+.
When you try this o...
github.com/select2/select2 - fa6313afa4dc9959bc97ab2b332c33867ae7be04 authored about 12 years ago
Fix for more than one multi-select being open at the same time
github.com/select2/select2 - ac4ce8b0eb2c72e9879561698161f0a902a0080a authored about 12 years ago
Bug was reproduced on latest FF/Chrome/Safari, but IE exibits correct
behavior with or without t...
Update select2.js
github.com/select2/select2 - c135db876ec9a620c8525a032ffa6be2f2d23159 authored about 12 years agoAdding case to fix placeholder not being displayed when element not visible.
github.com/select2/select2 - 86952b4ed90ef73817b08271804ded32c6833d14 authored about 12 years agoTrigger an event on value programatically change
github.com/select2/select2 - 4dc2a6214207218ceb886dc715317a2346d11049 authored about 12 years ago
``` js
$('#select').select2().
on('change', function () {
alert('change');
}).
...
When item is selected by enter, the list is reopened.
Also pressing tab on focused element with...
github.com/select2/select2 - 57638ab3921c2f02d90f1d2318efae046c5bf35d authored about 12 years ago
github.com/select2/select2 - 53eaf1fbe126cd13efb68f2793f88724500ed113 authored about 12 years ago
github.com/select2/select2 - 739a7bf3de257b0eb05927ba609fede7539da965 authored about 12 years ago
github.com/select2/select2 - f910fe5625403dec4aeba103a3e67dd5348c5585 authored about 12 years ago
github.com/select2/select2 - 2eb28a60aa3cc687b1aa37cc94e92df70739e914 authored about 12 years ago
DropLeft recount when DropDown not fit on the right
github.com/select2/select2 - 2fa9f73e3b41212ffb327bd18120338efae64755 authored about 12 years agogithub.com/select2/select2 - ac7de2a756195ac560a88c4f0c2e2ede846da365 authored about 12 years ago
DropDown displayed on the left of select-container if not fit right.
github.com/select2/select2 - 1560a3918a31941c74ec7a112cbb2d69af56ea8d authored about 12 years agoFixed bug with closeOnSelecet is false
github.com/select2/select2 - aa686aa47e10048882128c04e46b62fa03b7d3fc authored about 12 years agoTrivial change: pluralize default inputTooShort function
github.com/select2/select2 - d926d472efcd60fc6c9014b1e5346292cb8f2f7a authored about 12 years ago
Reverses the arguments of the IE filter properties
and removes the gradient on the arrow when th...
github.com/select2/select2 - 6c59b1e99c4a2c11d531ed6975c9c5da605682ab authored about 12 years ago
github.com/select2/select2 - 291f595a03ef39495dda6e837d8f002464d2470b authored about 12 years ago
github.com/select2/select2 - ca98ce556472ce57db0e2d711710560b991bc291 authored over 12 years ago
Feature: Locked Items
github.com/select2/select2 - 4a363c4b3018a0508064e4eaf81b167ddfabe760 authored over 12 years agofix issue #517
github.com/select2/select2 - b3b75a8c3a971c94ee68fbd3336fc410bea84e2f authored over 12 years agogithub.com/select2/select2 - 77ea616d0c19e377e3a948e6e5d338bb02cabcc0 authored over 12 years ago
github.com/select2/select2 - 6e64336af1e8dd64ce50d83d0ccbdbc747637327 authored over 12 years ago
github.com/select2/select2 - 1d4ea633aa9e246010bc88a500baa71400f1c18d authored over 12 years ago
github.com/select2/select2 - d382f3cdb55ca8aa92c2a353af917a8f477272f9 authored over 12 years ago
This patch creates multi select items that can't be removed.
github.com/select2/select2 - 43939f08a4b00556d83ed02f8680b612f95af524 authored over 12 years agoRename spinner.gif
github.com/select2/select2 - 6e3b7097a3f4dbd2bfe3cd3981a386f3016d3dd2 authored over 12 years agogithub.com/select2/select2 - 3ed91862fa41adac61918b231bf627a055a8b789 authored over 12 years ago
Style consistency for the stylesheet and a more future proof retina MQ
github.com/select2/select2 - 258a85b06cd10cc2f6e4c84e63353d1629181fb7 authored over 12 years agoUsing 'dpi' as a unit should be the way to go in the future
github.com/select2/select2 - e17f349bf7d7f434d3f8356504428232abd02cf5 authored over 12 years agogithub.com/select2/select2 - 977ea92d669e79c0f9e0d2c262603ed775d4d5af authored over 12 years ago
github.com/select2/select2 - 7beac3e27cf05df2661526a994f9582d485977f1 authored over 12 years ago
Update select2.js
github.com/select2/select2 - c4e00c6926198d05f08600c191e0e64fc37d429a authored over 12 years agoFixes #482: Mobile Safari issues
github.com/select2/select2 - 1dd511e70c5e70c05a941a8271bb73fbffebcb4c authored over 12 years agoFixes #482: Mobile Safari issues
github.com/select2/select2 - f5ac9bf90c9c079e4b854eaf6edf179d73c304d4 authored over 12 years agoFixed line 2154 to allow Select2 work with multiple levels hireachal data.
github.com/select2/select2 - da414577e8cd52470c16860e3e8c26a2577a8bc8 authored over 12 years agoUpdate licenses text in README file
github.com/select2/select2 - c169bd511fe28373ff531202eedd17de35b1a8d2 authored over 12 years agogithub.com/select2/select2 - 52c5d99fb9cc4037cd2d925712fbbcca60a7a55a authored over 12 years ago
github.com/select2/select2 - 26a3d5342be488868d96db3d03823777178a709b authored over 12 years ago
Add dual-licensing support for GPL 2, which is incompatible with the Apache License
github.com/select2/select2 - 1ec6b279f32736be2bd319318e12756c80f87d20 authored over 12 years agogithub.com/select2/select2 - 7e15d324caae1675b3c756c602be9f0f7120927f authored over 12 years ago
Modify the text to include support for GPL 2
github.com/select2/select2 - b6d90d436e90ef7e8caab0103e20b8096c2b6837 authored over 12 years agogithub.com/select2/select2 - 732ad030a04121dacad2030a43a45f7335349234 authored over 12 years ago
Fixes 424: Improved Placeholder Detection
github.com/select2/select2 - 0c11ed7a9c42c0a5de2f461dba04a4a6f827ee25 authored over 12 years agogithub.com/select2/select2 - c4c1cbabdefe1124d95b2207323659cb416f94ff authored over 12 years ago
Use single quotes for retina image url
github.com/select2/select2 - 6351f2544f18b9c0796d227dba243dfad53f59dc authored over 12 years agoThis is how all the other images are being referenced.
github.com/select2/select2 - 65d68628b82b4b276d892841d52e98a3271d0932 authored over 12 years agogithub.com/select2/select2 - 98976946d6e7fc07f6ad57f5b7f3c571e4c5d6a4 authored over 12 years ago
github.com/select2/select2 - fccc84cd118839eb84274c64992ee0120bf9e1af authored over 12 years ago
formatSearching can be disabled
github.com/select2/select2 - e28ea428464dc50fb53b8f387367b6a72db8dc5e authored over 12 years agoformatSearching can be disabled by returning null from the function which allows the searching m...
github.com/select2/select2 - 3fcfbed03a9d353e85b2f4d5684cee7b7b2445f9 authored over 12 years agomake original option available to formatSelection on init
github.com/select2/select2 - 65493206a799641bbcf34751cc7ee01e2ddc734a authored over 12 years agoThe original option isn't available to formatSelection when initializing the selection from a se...
github.com/select2/select2 - c5771585995fdae539f06d8a1542b6b57dc03188 authored over 12 years agogithub.com/select2/select2 - 2027c0cebf9ad2ad8188ced7891b1c2a38aeac5c authored over 12 years ago
github.com/select2/select2 - 93ed30d67a05d2fe08b4c450015b009a3f675163 authored over 12 years ago
Fix for z-index of search text box on single select
github.com/select2/select2 - 3cc79b410c39e7587196b45af5a0aab4e93937a5 authored over 12 years agoUsing 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 agogithub.com/select2/select2 - a145378848ceb6477b5e9b033800a44446259edd authored over 12 years ago
github.com/select2/select2 - f18caa59570c84d75e35e7407320339996d4c972 authored over 12 years ago
github.com/select2/select2 - 2cb435680ba223bde5eb9a3bdf877b36b16344cb authored over 12 years ago
github.com/select2/select2 - bdd746844db36c3f78efa8b33dea023b1ecaa0af authored over 12 years ago
github.com/select2/select2 - c098f51905dd769ef7d233eb56810b74715751d2 authored over 12 years ago
github.com/select2/select2 - f7e78f6ed9a0dac8b3d7ffafdaf6e80e66607c67 authored over 12 years ago
github.com/select2/select2 - 7ee6446bc542bd233c0588bff58fef06dc081324 authored over 12 years ago
github.com/select2/select2 - 4b1204c5dedf1fe321b3be926a1fb1353a2bfd54 authored over 12 years ago
github.com/select2/select2 - 908c3583d7b4bbb388b424f86354c362bdfcf695 authored over 12 years ago
github.com/select2/select2 - ab7ab5b3f7fb9985b11ad8af20738ac3466426b8 authored over 12 years ago