Ecosyste.ms: OpenCollective

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

github.com/juicycleff/react-select

The Select Component for React.js
https://github.com/juicycleff/react-select

convert Value to ES6 class

9f118e20a283fc363ea33f87c2b328352f5e858d authored over 7 years ago
convert Select to ES6 class

1a8d7124201ab878648cc1b909ba16e93c652fd9 authored over 7 years ago
convert Option to ES6 class

396ed4b1c8cd44792894d6d97ad4e6d849ded5ba authored over 7 years ago
convert CreatableSelect to ES6 class

bd453dd41c96ad3bec66c1af6ebea4414bcdea17 authored over 7 years ago
convert AsyncCreatable to ES6 class

f67f5140f6a2c507430700f0648e1fc755ff6325 authored over 7 years ago
Fix Usage Docs Example (#1799)

Before this change, console log in browser will throw
> Selected: [object Object]

After this...

26169305a721ec3099a912cea2f6ed38e6dc9c4c authored over 7 years ago
Hide create option after closing menu (#1306)

* hide create option after closing menu

* cleaned up tests

b06824784cd3b523bffb0fa621dc298ad1751a16 authored over 7 years ago
Update README.md to include 'valueComponent' prop (#1803)

* Update README.md to include 'valueComponent' prop

Thanks to some very helpful feedback I re...

d8a34ec4e6e28eb6ce8a2eaac76a20e1945b35ae authored over 7 years ago
Adding merged changes to changelog

ce81389fe826929f9e29a013d49f0fea446ba1dc authored over 7 years ago
Merge pull request #1779 from xakep139/patch-1

Replace whitespaces with tabs and vice versa for consistency reasons

61126dabd633fa27e0d78c9e0e68b8059c335de7 authored over 7 years ago
Fix backspace handling for non-multi select controls. Fixes #638 (#773)

40a9eb231b505b23dafbde43db11a66ce57fda5b authored over 7 years ago
Merge branch 'feature/rtl_support' of https://github.com/dekelb/react-select into feature/rtl_support

7fca105ab4e781bb17fe5689e7d2ba598f995095 authored over 7 years ago
added rtl prop test

1d390267068a11745aff6557a1c06448f41ba1c9 authored over 7 years ago
Update Select.js

Replace whitespaces with tabs and vice versa for consistency reasons

ec53f0b2aa1d8287a7050b8d3f13b9b8a203c93f authored over 7 years ago
[ADD] Clarified the onInputChange prop signature in the docs (#1773)

* [ADD] Clarified the onInputChange prop signature in the docs

* [ADD] requested changes

07dc061f7fb2c6eb8db120f5315f57352cb867f2 authored over 7 years ago
[FIX] #1651 moved option prop sync to componentWillReceiveProps (#1765)

* [FIX] #1651 moved option prop sync to componentWillReceiveProps

* [ADD] test for option pro...

40db51720dcf9973c3d8f2bbfbe71cb11cfb00ca authored over 7 years ago
control conditional rendering inside render method to be consistent with conditional rendering of loading indicator and clear button

85a8279a4fc71843214e6bdbafb07348bee77c58 authored over 7 years ago
fixed missing closing paranthesis

4c9e8d303e23c75cefd237b07212f00f470ffb14 authored over 7 years ago
simplified test

ebf75980ab2248093ffe130120fed2a201d07d90 authored over 7 years ago
implemented optional rendering of arrow including its test

8a24e8b6dcacc82995bae3019ee4ea4db2a88c74 authored over 7 years ago
Merge branch 'master' into feature/rtl_support

60313828d1f5651ef109f3bff86570b6c3e1618e authored over 7 years ago
rtl to scss files

9ba05e6eff75d046f5b945c6e9b4e8c39185a490 authored over 7 years ago
v1.0.0-rc.5

1d15068d054993ffa73b3a06766d9b6079b3fe9a authored over 7 years ago
Updating build

e06ea57dd371f7e35da32a79909574480c1d5b22 authored over 7 years ago
Merge pull request #1738 from agirton/chore/HISTORY-update

Update change log for rc5 release.

701300507cbd64ca8616536e576e942814b9a116 authored over 7 years ago
Update changelog

823920191b4bfd3cda7f8a5162bcb7971bca1869 authored over 7 years ago
Fix selected option focus when valueKey is not "value" (#1733)

* Fix selected option focus when valueKey is not "value"

* Revert "Fix selected option focus ...

9943711e256d61aab937445c1f69502de43f780b authored over 7 years ago
add inputValue to menuRenderer

56418487f1b3437847e3b3c59e9670c2eaa53f10 authored over 7 years ago
Fix aria owns value (#1556)

196c7bb4c0e924118338a686df25fcd39a01764e authored over 7 years ago
Fix #1394 (#1395)

* Fix #1394

* Updates following review

* Updates following review by @JedWatson

fd19b91f81d9a6809f41357c3f244af376438771 authored over 7 years ago
v1.0.0-rc.4

549d20ac9d9b8afa346681148acbfced7b3fbfe3 authored over 7 years ago
Merge pull request #1652 from dan-diaz/isClearable

Include a className of 'is-clearable' if clearable is true

5269a85fc9de210d770ba41b12dae3d97c35f8a1 authored over 7 years ago
Merge pull request #1659 from lagun4ik/master

Added variables for shadow styles

af8f58dcc37cabbe36db779ef5f894d794564fa5 authored over 7 years ago
Merge pull request #1658 from agirton/migrate-to-external-pkgs

Migrate to prop-types and create-react-class packages

8ff4596259ab4a42df95185729a35599313e571e authored over 7 years ago
Bumping create-react-class and prop-types

03b3da269b0f04c61a138165778dd63208fa0123 authored almost 8 years ago
Update react-input-autosize dep

387f241d01b5cc70fdf72f5cf5742b317cf2a6e6 authored almost 8 years ago
added variables for shadow styles

9150107a6a463f561f5b3b839c74c24ca8be6f8a authored almost 8 years ago
Move over examples to use new pkgs

d7d2a7963542fda65d04bbfb77cd66fb8a46c6b3 authored almost 8 years ago
Migrate rest of src overto createClass pkg

feabc4db34f6a1b15972f1c77306e83a53d61914 authored almost 8 years ago
Migrate src over to creatClass package

ace3e0880d40c3528fd635ca447a612d021ebaa9 authored almost 8 years ago
Use new prop-types package

16ff8e93f24175c1d521f72f55a4088c3dc870ae authored almost 8 years ago
spaces to tabs

75d6372e4b549677c96d0e660d4f72fac46d407c authored almost 8 years ago
Include a className of 'is-clearable' if clearable is true

c81b9c9d03af4959e748be7e95ea8417c5b19bfd authored almost 8 years ago
gives possibility to use ref property for Creatable

08ed387399256cee8b5c74b8357b2ad007e5bd27 authored almost 8 years ago
Merge pull request #1571 from interface48/aria-describedby

Adding support for aria-describedby attribute

a0e585521883381e340760e1edeac4acf0c97dd9 authored almost 8 years ago
Merge pull request #1569 from the-spyke/fix-1437-creatable-no-focus

Fix missing .focus() method in Creatable (#1437)

80943b47069e7da665b7fd1de91ab4de5d43c884 authored almost 8 years ago
Merge branch 'master' into fix-1437-creatable-no-focus

c3e9f46ce3f6624aa5a88d281ead9fc07f01a2fa authored almost 8 years ago
Merge pull request #1621 from radixhound/fix_readme_tables

Fix readme tables

5f7c4c69e74f1435b4345847dc7e0d824901f5d7 authored almost 8 years ago
Replace tabs in README with two spaces

9f82da2a5cb7d098f4fabd67a302e713004ac634 authored almost 8 years ago
Make table formatting consistent

- remove attempts to align the tables and just use one space around pipes
- add pipes to the fro...

14f199ce6da5bba52eaf6e9439b8524958fe764c authored almost 8 years ago
added rtl support

da6a5f75e989afb84359c7630553f7147903ada5 authored almost 8 years ago
Adding multi prop to Async component, resolves ESLint warning

93c3009bc37116f689f2dd4945dcb5fd91d8e3b2 authored almost 8 years ago
Merge pull request #1512 from rndm2/master

Fixed bug. No more comparing objects in getFocusableOptionIndex

bb7516946dc0b772fcedde061208c5971d88b785 authored almost 8 years ago
Added .focus() to AsyncCreatable

5513893df6bbd3eb06470c29e2120971202baa50 authored almost 8 years ago
Fixed Numeric Values Multi-Select

Selected options weren’t being added to the input in Multi-Select mode
for Numeric Values

1b06702ef4a15be0ab495995f8ca4a020bbb845f authored almost 8 years ago
Update tabIndex propType to string or number

476392c42baa6e34e63bbb7b806b80e26d7ec115 authored almost 8 years ago
Sort aria-describedby propTypes alphabetically

ba7dc9fa143f3c41a7a6960e1ece6cb8597a5fe2 authored almost 8 years ago
Add aria-describedby support

af0f77fe742fef8765b8578ff9486075991d1177 authored almost 8 years ago
Added .focus() instance method

cce53da4eb105972b6fce136e5e0253cea7dc4e2 authored almost 8 years ago
Merge pull request #1564 from mberneti/master

document the undocumented 'loadingPlaceholder' property

2249f26fbfd37f380551aaba0026274034c9b2b7 authored almost 8 years ago
document the undocumented 'loadingPlaceholder' property

514a4263b3632797ede4d130537e893659823aaf authored almost 8 years ago
Merge pull request #1527 from jonashaag/patch-1

Fix openOnFocus

5aef30df9dba378886f06684f7128216c0f340f6 authored about 8 years ago
Fix openOnFocus

ffa1f2d327460171e79def227696e6406b400eeb authored about 8 years ago
Fix openOnFocus

ad0724d571ba412c677dce023f401ba929c011c6 authored about 8 years ago
Adding note about #1226, ref #1522

535fd8aab04622adce443c69af3fb0365b0cd526 authored about 8 years ago
Merge pull request #1522 from Noviny/update-changelog

Update changelog

81ae889ac30577b8b521e247305ea58de77c2b6c authored about 8 years ago
Update changelog

05de92f1113550dae11361a8ddb57d4ca15bec59 authored about 8 years ago
Fixed bug. Looking for focusedOption can return incorrect value in case when focusedOption not equal to any element of array, IE compatible

a0972e3855a3766c426a83a220292af30a95cce9 authored about 8 years ago
v1.0.0-rc.3

63a59dcececbc46e341a0b77be8af5b4da790c1d authored about 8 years ago
Updating build

732ba55866d4b3bafbefa40c20923cba70804a70 authored about 8 years ago
Fixing an error thrown in the CustomRender example

ef894a37b8d3e6623502a044171ddeece7e3e3ff authored about 8 years ago
Cleaning up boolean value example

881873c10fc91aea9b0982c188a12360ebdd349c authored about 8 years ago
Positioning fix for the arrow when the menu is open

cab0b7218c02451c45020e75b70a2a8afaa09724 authored about 8 years ago
Fixing and documenting focus behaviour for multi-select when adding options

fbeb376a997fbc7e6315b368a30d4c0cfff9cbfc authored about 8 years ago
Cleaning up order of focusing

The calls to setState should be batched, but this protects against an
edge-case where they may n...

2821f0aa23b0c51cace22572937f51fffdb51b12 authored about 8 years ago
Fixing a tab where there should be a space

bba907732c49d6b47d66fb561e077ec81cf3a1a7 authored about 8 years ago
Merge pull request #1406 from nraynaud/master

try to focus the next available option after a selection.

912cbb8b9d9bd32bcbf2e693dab6ec198f0a59c7 authored about 8 years ago
Merge pull request #1331 from mcls/master

Re-added the focus() method on Select.Async

b6a06362c6ea58184b91ed95bc3b0d72880b3dab authored about 8 years ago
Merge pull request #1408 from khankuan/patch-1

Provide `isOpen` to arrowRenderer

9bebcd0d27da342dfc7496ccc468fd0886e15e1e authored about 8 years ago
Merge pull request #1420 from tnrich/patch-1

tiny update to readme fixing noResultsText info

00418b3ad0404400f6bf532049e1c1f47ed397e1 authored about 8 years ago
Clarifying comment for defaultChildren

dbbd63b0a21bbaf00ca6f51aa9d83a77d0e40bbf authored about 8 years ago
Merge pull request #1430 from AvokaTech/master

[Creatable] Handle null children prop gracefully

c6fa63300e8eb966ead40d9e3184e933b7e981a0 authored about 8 years ago
Merge pull request #1448 from thezanke/master

Fixes #1447 - Uncaught TypeError

7d4b8f02139f68d83d72d5f7cd276b21ead469f3 authored about 8 years ago
Documenting custom classNames for Select and options, closes #1452

06766b4d29d4805e35a187e0166caf68a117af7d authored about 8 years ago
Removing an extra space

d17c5351e2024e71399a80b46e9a362eceb4e120 authored about 8 years ago
Indentation fixes

9a677c2cf4fb1b65c6f1403453a944166fe1f13f authored about 8 years ago
Merge pull request #1451 from dmatteo/patch-1

Document the undocumented `ignoreAccents` property

19a6acc436f9198335db27f5893ce063f0198bcc authored about 8 years ago
Merge pull request #1478 from conorhastings/clear-renderer

allow rendering a custom clear component

5c2f71ff0372578c9c78242e74d9d6ca3bb45336 authored about 8 years ago
Ignoring yarn.lock

May not be desirable in the long term but adding it for now to simplify
things

2ef67534f9d6bbc2c73c212d0ed5ca02707efd9d authored about 8 years ago
Merge pull request #1496 from ivanzusko/patch-1

Fixes for code style consistency

350354c83e71ea8aa3c1b5056f391c3e9939ca99 authored about 8 years ago
Porting fix from #1500 to scss stylesheet

ca217b9f0418516050f2f4c7f35d563f59a62e4b authored about 8 years ago
Merge pull request #1500 from tlconnor/fixArrowFlip

fix arrow flip

d0d27374ad2b9b91dae2af42942ca8f3e4933891 authored about 8 years ago
Merge pull request #1508 from VanCoding/onchange-fix

fixed exception when clearing an Async field that is not set to multi

d1feb1d29b1dac2671cda274759f333d70bfce2a authored about 8 years ago
Fixed bug. Looking for focusedOption can return incorrect value in case when focusedOption not equal to any element of array

2d209adf986fbbb22fc302bc0c1b65d04767be88 authored about 8 years ago
fixed exception when clearing an Async field that is not set to multi

41792173a3cb7c4b4557db0b6372bf4be7089ed8 authored about 8 years ago
fix arrow flip

d316a05d13542014e16beb5981a7a942a9ab1c09 authored about 8 years ago
Fixes for code style consistency

3aee31fd7b7fcf6551282944b89635c169b0c25f authored about 8 years ago
allow rendering a custom clear component

bbc585d24af4709ea393882d013260da4ce22075 authored about 8 years ago
Document the undocumented `ignoreAccents` property

13444bdd8c5d5886ca53dcd3cee49ce8330cbec4 authored about 8 years ago
Wrapped or clause (ternary) in parens

f11520a2fdf2a7258e2bda3308eb1b129d71bfde authored about 8 years ago