Ecosyste.ms: OpenCollective

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

github.com/select2/select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
https://github.com/select2/select2

Added padding to searching/no-results messages.

It feels just weird without paddings.

23b2574d4b9df5f48534322ab4b0cf5682471f15 authored about 11 years ago
Fixed plural suffix for Polish translation

Now formatSelectionTooBig(3) returns "Możesz zaznaczyć najwyżej 3 element**y**" instead of "Może...

29d3d12f0ee113ecd9771158db103c67962440e4 authored about 11 years ago
Merge pull request #1984 from jibwa/master

Fix problem with positioning the dropdown when it is on RHS

b8fa72db3231c18e5fb168030a59b8b4987a163a authored about 11 years ago
Fix problem with positioning the dropdown when it is on the right hand side of view

In the stable version this line looks like:

dropLeft = offset.left + width - dropWidth;

In...

92357e61b8311cffbb29138835e3723dc2f6f499 authored about 11 years ago
Fix #1946: remove an hard coded title.

The original title is copied if defined and it's sufficient for accessibility purpose.
We should...

3d2b91bd7aa6d3678bce5401fb90b00cec246973 authored about 11 years ago
Merge pull request #1971 from wyuenho/fix_select2_locale_ar_syntax_error

Fix syntax error in Arabic locale file

5981dcdfcc028feee4bb1e5c06b8b95c3999a50a authored about 11 years ago
Fix syntax error

62b689d28e353617d36fa1826623e3e55b25ce52 authored about 11 years ago
Merge pull request #1962 from wyuenho/component

Add component.json

39ad3b21e6fc67d6948ee624ee8db6284dcf7982 authored about 11 years ago
Update version for component.json too

cdef7d9ed6fd0555fa1d101d5533e4c6d6821573 authored about 11 years ago
Merge pull request #1963 from wyuenho/fix_select2_locale_ka_syntax_error

Fix georgian locale syntax error

883c750e79910bcca1413e2836177f58de7083da authored about 11 years ago
Fix georgian locale syntax error

0505a65fdce11a9ecdcf5e52e50e835e9df7a626 authored about 11 years ago
Add component.json

903aff11ceb6d09a0d69e969e2925ccc0fd1b393 authored about 11 years ago
better handling for ipads. fixes #1949

c186dc826e57d70eb9dc83d2310006395b2d00dd authored about 11 years ago
Fixed string used as regular expression for ID attribute.

Signed-off-by: Igor Vaynberg <[email protected]>

abe7777b0a1cc4b3129c608cc109db53e2f7085b authored about 11 years ago
Correcting git repository url

89dfa888c9dcba0247e37c097b00000e4fcb4bfd authored about 11 years ago
Merge pull request #1728 from corinnaerin/master

Compatibility with jQuery 1.9 +

fc5ac5b137ec42485a0f5d74d71bdd439715bb9c authored about 11 years ago
Merge pull request #1423 from adelynx/master

Select2 Arabic Translate.

0a4668bb438d37d2422d7e7a1b8c2ffd7243d451 authored about 11 years ago
Merge pull request #1014 from sjschukin/patch-1

.select2("data", null) causes an error

f8dda91171d7edd829584f01b27975c623239764 authored about 11 years ago
Merge pull request #1938 from datapad/data-result-direct-children

Only pick up direct children when retrieving data in 'multiple' mode

aa0fb730aadb123c2fcc5ef0bc1657112b13aed9 authored about 11 years ago
Merge pull request #1940 from datapad/reset-filtered-dropdown

Fix dropdown items not being reset after filtering and selecting when `closeOnSelect` is `false`

816a46bf1ad5f875346916206d33f570dbc606bc authored about 11 years ago
Merge pull request #1923 from riatiger/master

fix for Uncaught TypeError: Object #<Object> has no method 'abort'

c0f37eafcbffc9c9bf0e77a7c76508a904fd4ee2 authored about 11 years ago
Create package.json

There may be some benefits to having a package.json, but the primary reason i'm interested in su...

89729dd24df7d335239077c41d61a2e0b3ced30f authored about 11 years ago
Fix dropdown items not being reset after filtering and selecting when closeOnSelect is false

b5aa4688eac07486f441bcf7962324a8787c8c2b authored about 11 years ago
Only pick up direct children when retrieving data in 'multiple' mode:

Prevents accidentally returning the selected items of any select2's embedded in the HTML of
this...

e7bd3a3779ad5e00f8e2edad877c1b2c98e2a10f authored about 11 years ago
fix for Uncaught TypeError

Prevents "Uncaught TypeError: Object #<Object> has no method 'abort'"
error for case when non-jQ...

50f813c003f2efbb2a653112a4fd8e4756e0e74c authored about 11 years ago
Merge pull request #1865 from pborreli/typos

Fixed typos

0967c677768595ea7318537b2e9b3d86a49f44ca authored about 11 years ago
Merge pull request #1903 from fabian/patch-1

Support for Composer

bc78b95591dd3964d805ae901c29a38a949877ef authored about 11 years ago
Added composer.json

51ffba0563404bf67f96e5454ff0701205cc6489 authored about 11 years ago
Merge pull request #1891 from jfisheratwork/master

Fix for collision detection regarding enoughRoomOnRight and css border top for drop-auto-width

356984d8fe447fd09a2be72728bd47f2259d638d authored about 11 years ago
Fix for drop-auto-width collision detection and css border top

- collision detection was not moving the drop left based on the
difference between viewport and ...

ef9f1dea9099ff043c7a344307949454000b00fc authored about 11 years ago
Merge pull request #1887 from lukinpark/patch-1

Update select2.js

cb5b684ae575e0bcf8bed904a4c43594c32490e1 authored about 11 years ago
Merge pull request #1685 from jdecuyper/feature-enable-formatResultCssClass

Enable function formatResultCssClass.

50698fd51c9eedbd436fe8d3b8340203f18e6ee8 authored about 11 years ago
Merge pull request #1846 from tpruvot/master

issue #1778: prevent delayed focus when the list is hidden

fc4bbbb5ef6a50d60e363f795dc1fad21c27bf5e authored about 11 years ago
Update select2.js

above function doesn't work great

85de8cc1d67d28f2477787bc3b61058e236fb41c authored about 11 years ago
Merge pull request #1877 from khaledhosny/master

Styling fixes for RTL direction

261dad0ee60f3444b3373aa5eaaa86b2e9c440f3 authored about 11 years ago
Merge pull request #1883 from dimakura/master

Georgian (Kartuli) language translation

b747806e63d5311a4c49c79a59171a374604e48f authored about 11 years ago
Merge pull request #1885 from bottomline/master

Initial fix for main accessibility issues

8361f9a0e675a091339588743f5f5c3d6fc867ec authored about 11 years ago
Accessibility enhancements for single-value elements. Added correct ARIA attributes and associations. Much-improved screen-reader support (tested with NVDA on Firefox 25)

78ccc05e0489aa440b60ac1c9b75e2885075d792 authored about 11 years ago
Georgian (Kartuli) language translation

Georgian (Kartuli) language translation.

febb9cd03ec267b003d168e7af67a96232117922 authored about 11 years ago
modified version identifiers in descriptors for release 3.4.5

4059d81e6b54863aafe23e61eaf2a357043fa183 authored about 11 years ago
be sure to pull before releasing

d3b65908e3fb209e47ef4cf86f9f9c5498a246ee authored about 11 years ago
Styling fixes for RTL direction

* Align the selects to the right
* Place the close button on the left to not cover parts of the ...

39f9fc79a5312d2e773dc137e50ab4edc6c2818b authored about 11 years ago
Fixed typos

9725363ada76d6497ca8e6c719d10ee2fde13ee5 authored about 11 years ago
Merge pull request #1859 from mxab/master

fixed invalid index in buildChangeDetails, fixes #1858

9187ab0c12e726a880678743253ea7683f3e3165 authored about 11 years ago
fixed invalid index in buildChangeDetails, fixes #1858

2d13c0a00adc54ddba1b1d76cd95d5c5e2da10a9 authored about 11 years ago
issue #1778: prevent delayed focus when the list is hidden

This reset the focus color when the TAB key is pressed.

b757fb987d3a4de1bcea8c9261ebb8b3bbd88bbf authored about 11 years ago
fix keyboard removal of choices. fixes #1839

cb7aefaeda423d7b848cc21000547e6e672a1bbd authored over 11 years ago
modified version identifiers in descriptors for release 3.4.4

7fb1d01f6405e8256c9df1e3e8d2280028a4f725 authored over 11 years ago
Merge pull request #1819 from jrlynchii/master

Modified syncCssClasses to use output of adapter when applying classes.

f8de47481f0bb175572616570e40779e60140aa8 authored over 11 years ago
Modified syncCssClasses to use output of adapter when applying a class rather than applying the original class

53d1fea2483c96fb802791b0e77325ffb5a23041 authored over 11 years ago
Merge pull request #1808 from cmcnulty/#1807-Mutation-Observer

#1807 add support for MutationObserver

8647d51fd6aecc589ab13c99ea6083a3cd9ba4b5 authored over 11 years ago
#1807 add support for MutationObserver

Better support mutation events in Firefox

d5297ccd6dcb94d088e6240a203662e217cc47d8 authored over 11 years ago
Merge pull request #1801 from bobbyrenwick/patch-1

Fixing reference to undefined this triggering change on multiselect

92c6cef6cba22a222c2f8b10de64a3aabc0489ef authored over 11 years ago
Fixing reference to undefined this triggering change on multiselect

8e46faa1d902cbdb4af49c7f8a65084a29bf6583 authored over 11 years ago
Merge pull request #1795 from arendjr/master

Don't rely on :selected, makes Select2 compatible with jQuery builds without Sizzle

e84a1207d0a41a1db34a48b4995d8e5dfeada1fb authored over 11 years ago
Don't rely on :selected, makes Select2 compatible with jQuery builds without Sizzle.

fc44b96e84a8473d41f7bdc8176f1b1a7985c804 authored over 11 years ago
Merge pull request #1789 from STAH/unused-vars

Remove unused var declarations

f1807f21779c4eb466243b1102e882f30bbbf47e authored over 11 years ago
Remove unused var declarations

2a9154e0c734ad956d7215f3f7f8e16162ecc083 authored over 11 years ago
small cleanup in width regex matching. #1557

d1f51910ee961857e2edae8269ba44032a4913fb authored over 11 years ago
Merge pull request #1774 from avelis/master

Fix for #1518. Update to select2.js to trigger properly named event.

58f939ef3b1ff59caad390bc2569c4c4f68acf7c authored over 11 years ago
fixes #1557 ...again...

2982be4ec9b57f0760b7f38d02de2e088a791f40 authored over 11 years ago
Merge pull request #1639 from francoispluchino/fix-close-focus

Fix the focus when list is closed on the mouse click event

0d0882942f80c5c23bed932437939e5bf7294b2b authored over 11 years ago
Merge pull request #1772 from KyKyPy3/master

Fix selection first element from "postprocessResults"

a3e188afe1b3dbff3be0057a8d4a06198dffe291 authored over 11 years ago
Merge pull request #1777 from yonjah/master

#1776 and #1722 dropdown position issue

51ee7f8dc4b0655116e79f3d111b89a5c914a99f authored over 11 years ago
#1776 and #1722 dropdown position issue

a65a3ce038af35fed952078cf689a63597f47985 authored over 11 years ago
Update to unselect method to support "select2-removing" triggers.

The goal here is send off a triggered event to a subscriber that an
element is going to be remov...

204d4a276ec7ffad604e32aa77a782686bc2d812 authored over 11 years ago
Fix for #1518. Update to select2.js to trigger properly named event.

By the documentation the event that should be fired is "select2-removed" however the event that ...

f39ab3080e69c6ad4eae129cdf8bb900ec3721e3 authored over 11 years ago
Fix selection first element from "postprocessResults" - exclude selected elements from highlightable elements

9266d7cf55ceaf2ff0f214b36b1403a5d4425e6b authored over 11 years ago
Merge pull request #1768 from kabitakis/master

corrections for the greek (el) locale file

435b2581ff5a3c009c2fd7599dd8abf0199ac105 authored over 11 years ago
corrections for the greek (el) locale file

da0aecbdd174b8eaf7126355be50aca7ad331408 authored over 11 years ago
Merge pull request #1764 from tjnurmin/patch-1

Update select2_locale_fi.js

f910bd42dbfe7557a1421f8b0cdd9450b5f53c34 authored over 11 years ago
Update select2_locale_fi.js

fixed typo in Finnish translation

037c139b0c28fce5dc608229676e9df83bf3d0d8 authored over 11 years ago
append label only when formatted is not undefined

701e84ea213c91f0faf6f9d8f313fef2310c88eb authored over 11 years ago
Merge pull request #1729 from rschmitty/master

Update select2-bootstrap.css

e78cf7759e100a70690cd4bf1e8c1ce06ae6f4d8 authored over 11 years ago
Update select2-bootstrap.css

Added Bootstrap Validation states for warning, error, info, and success

17f9b8ea0b3f70e62bdc2c833a1a6a526c8abfa7 authored over 11 years ago
Compatibility with jQuery 1.10

removeAttr("disabled') is no longer correct with the most recent version
of jQuery. Should use p...

5bd41fc00c2ff061c2b30fcceb80cce242ae0199 authored over 11 years ago
Merge pull request #1722 from yonjah/master

dropdown repostion fix when previous postion changes container position

9e7dde66b7f32c4fd1c94fc01c35b7e474328b11 authored over 11 years ago
Merge pull request #1717 from ProLoser/patch-1

Fixes styling in bootstrap environment

057cf7e71b5cb822b63d6b4d57dd87d065badbc8 authored over 11 years ago
Merge pull request #1723 from AlexanderZaytsev/master

Use more specific selector for finding options of a select

c73261be21fbcd6ca7296966fd1f2fca659096a2 authored over 11 years ago
modified version identifiers in descriptors for release 3.4.3

84ac8301db8dfbd29e14eff2ae7e9d7b0af6eede authored over 11 years ago
Use more specific selector for finding options of a select

67699746b4fed4bc94688abb723cdfc3e62ddbd0 authored over 11 years ago
dropdown repostion fix when previous postion changes container position

e6840fdc373046d8f86de6a5217b973446906126 authored over 11 years ago
Fixes styling in bootstrap environment

Fixes #1588 thanks to @smajl

4d749a757864c2e8c18635d419743890cadd534f authored over 11 years ago
Merge pull request #1706 from moneybird/master

Remove negative selector for `.select2-selected`

0ab50cc329346c12442beef7b9e382f680a08b92 authored over 11 years ago
Remove negative selector for `.select2-selected`

This broke scroll behaviour when displaying the selected items in the
dropdown.

ca9b55fadb15c7f747d87662cc228b5255fd6d7a authored over 11 years ago
Merge pull request #1694 from cnanney/patch-1

Fix focus on select

b4083330b329e2f2811c267a6dedda0d361abb50 authored over 11 years ago
Fix focus on select

Focus should go back to select2-focusser, not select2-choice.

3b544825220d6077dd5d52892e64d86e726de613 authored over 11 years ago
Merge pull request #1690 from evangun/initSelectionFix

Edit the default initSelection function to pass all tag properties

49c8b6cf5065bf85703b67c50e05beef057ac233 authored over 11 years ago
Edit the default initSelection function to pass all tag properties

The function will now pass all properties of the objects passed as tags to the constructor, not ...

cfec9c64343c04fdb7ab88cd85119017640ad33b authored over 11 years ago
Enable function formatResultCssClass.

fa4ce8e3826c14ec24a535f987b9cd9b3312f0c2 authored over 11 years ago
do not leak click events. fixes #1622

fb8bf6d51ddaeeba3df312d21cf39e34002d1ed1 authored over 11 years ago
remove trailing comma. fixes #1633

e09292d800107effd564eab9a06fdb1af6a8166b authored over 11 years ago
Merge pull request #1211 from jhinch/pixel-rounding-problems

Search width inconsistencies in different browsers due to fractional pixels

7d60f619ce2c526dcd55177616bc21af4e0265dd authored over 11 years ago
Merge pull request #1684 from jdecuyper/feature-avoid-removal-of-locked-options

Avoid locked options to be selected and deleted.

2d401b19ce797a87e5f6f3c9aefb82be2ae583f9 authored over 11 years ago
Avoid locked options to be selected and deleted.

02dea18dc9507841c71f9165c54dda4cc4972316 authored over 11 years ago
Merge pull request #1678 from jdecuyper/feature-remove-duplicated-option

Remove duplicated options from multi-valued select boxes.

418a659adb85bb602443284887abe1660baf18f4 authored over 11 years ago
Remove duplicated options from multi-valued select boxes.

a380ebabd520e850807ed8bc722ffe018bfa5379 authored over 11 years ago
Merge pull request #1675 from duncansmart/clearing-event

Added `select2-clearing` event

856af7966ff004d34ecc7491979940e837e7b160 authored over 11 years ago
Added `select2-clearing` event

that allows clearing selection to be canceled.

edc0d86fd25ecdddde7059bf2b41dba20aab0fa7 authored over 11 years ago
Revert "Fixed Tab key not respecting opts.selectOnBlur" breaks tab key. fixes #1646.

This reverts commit 6eb74930d58f7265839ecf256eedc72ef29d068b.

ca7550bf4dfc0ad15cb85ca47ef82b13e5b5fe78 authored over 11 years ago