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

Does not render outer when it does not contain anything

11b40dcbeab660f599c49e0dd9e00937795d70bf authored almost 9 years ago
Change noResultsText prop type to stringOrNode for Async component

Matches type of same prop on standard Select component

21e51ab2628f7d0e9767f9f4eb921f6cc536ff9f authored almost 9 years ago
Fixing release notes for v1.0.0-beta11

413bd3829b384d1cd45ed9ed036b3fbb248eaf32 authored almost 9 years ago
Adding docs for tabSelectsValue

3a35ea1361059b0ee653b88f4629e9e287d4eafb authored almost 9 years ago
Merge pull request #816 from byronanderson/master

Add option to allow tab not to be considered a select action

2fba503968586a40527bc862ecab1d5f41e781d0 authored almost 9 years ago
Merge pull request #862 from bvaughn/master

Cleaned up custom :menuRenderer example to use react-virtualized-select HOC

2877726a0f25f57c909eb622933f3257124ec7f5 authored almost 9 years ago
Fixed linting

1492b1ee16333fed6284d5ea18560c1676aa84d5 authored almost 9 years ago
Cleaned up Cities example and added react-virtualized-select HOC

95367e78b36c331b7655d048a8143fc73d187cbf authored almost 9 years ago
Fixed VirtualScroll demo on iOS and touch devices.

b85becf903671084b0375d2b3868915ef7087b87 authored almost 9 years ago
v1.0.0-beta12

5c565b8e62aa5f51e63ac7be8c97a917f90043e2 authored almost 9 years ago
Updating changelog

099a34f84836c05243758779013258659d81f170 authored almost 9 years ago
Updating build

b2a0da14b21e5baefc8913569311d3b16b33e7d5 authored almost 9 years ago
Updating react-input-autosize

1005f0fcca19c8eb438bb2b06c72ac8dc5b0ab45 authored almost 9 years ago
Merge branch 'pr/754'

d940bc4d3472884ae3bb313d80c15a27faf641cf authored almost 9 years ago
Merge branch 'master' into pr/754

# Conflicts:
# src/Select.js

9ff9adb377c2a26ad14606bf3f33e9e981e3b511 authored almost 9 years ago
Merging #853 and resolving conflicts

ab316e4f48883b7f68c8cf4d2a75821fc036d674 authored almost 9 years ago
Merge pull request #859 from bvaughn/master

[Enhancement] Add `menuRenderer` prop to support windowing for large lists

ddba4d7e5be2298827771eab08ae681a0d9c2ab3 authored almost 9 years ago
Reverted lib/Select

a64c43f0d8c1e1d32b497eac04241d6053280a39 authored almost 9 years ago
Reverted a few more dist files

233efba9bc7cc4bef5a8168364d0fd8a55e55077 authored almost 9 years ago
Reverted changes to built/dist files

9e18d929f1a4d6695d61f2978359fece5ccfb16b authored almost 9 years ago
Rebuilt dist

3b591bfb582e82a462bbdff2fa349a933bba5120 authored almost 9 years ago
Renamed :renderMenu to :menuRenderer based on PR feedback

d1e8eadc93e98c7c69426ea62c004d1eecd79b79 authored almost 9 years ago
Added some tests for :renderMenu prop

9e11ce9dbd52e16ccfb615ac5700981c750e273d authored almost 9 years ago
Improved README

143bd64a67010ac24e84c2d2f588b507b1e353fe authored almost 9 years ago
Updated README. Added :labelKey to Select

071ae8828d722493f871ad7f237b4fc22ad4823d authored almost 9 years ago
Moved react-virtualized styles to example too

03b3f002bf9a4bed50b4a8700ffcbe8d5f24e31a authored almost 9 years ago
Removed overflow: hidden style in favor of prop

3f40d050e28efeb70b519a76a6ac793c6d8803ac authored almost 9 years ago
Moved react-virtualized to devDependencies since it is only used in the example

dd420f03c536ece16c73743f826bce247831c053 authored almost 9 years ago
Removed some unnecessary changes

62e3ef1876653974502fdcbee3a8da7d9836e321 authored almost 9 years ago
Changed approach baesd on active react-select PR; integration is now done via custom renderMenu functoin

2f5b28ff571794c7f6595efe74587866cfb61890 authored almost 9 years ago
Fixed focus and disabled state

c0285fc977d55e2e1f49fcd07e68582ffa61bec0 authored almost 9 years ago
fixed scrolling on touch

b639e50c04cd92f36c2671ca686dfecd26c8e2ab authored almost 9 years ago
Updated demo with cities

8def73fab31a542c0e16ca72e30d4f0199e406a2 authored almost 9 years ago
Updated examples

1ad33b78ea742b698eb964933c3fa1aed2f3bd57 authored almost 9 years ago
Fixed filtering

35f52ca7aaaf2f8a95ba365d08b800fa2c3c0433 authored almost 9 years ago
Updated example

a99d0117de4ffd8c1fe64250fcdd8a26ee11b0d1 authored almost 9 years ago
Initial pass at integrating react-virtualized into Select component

3dc33bf69ae5b5221728c7afb893510e0800b943 authored almost 9 years ago
Fix IE11 issue where focus is lost when scrolling through options

f6fa77916f86c4e0b5504f88131bbb5d5008bcf1 authored almost 9 years ago
Fix issue with value object not being passed to handleRequired

6939cb2c32bc76e9f7506ed5aba4c528dd984623 authored almost 9 years ago
Merge pull request #839 from kumarharsh/patch-1

fix(docs): update the propType for placeholder

18758f78655b4004a3a22fc049f5706cd25bffcd authored almost 9 years ago
Merge pull request #843 from jaimeagudo/patch-1

Update README.md

8c08e1eff52d9106702b26e721c9a50104cd9f0b authored almost 9 years ago
Update README.md

Rename `cacheAsyncResults` to `cache`

2473c76e4364c2ef49cb55a9619dc9bc32c41280 authored almost 9 years ago
Fix scrollMenuIntoView option

Switching to relative scrolling avoids two problems:
1. IE does not support window.scrollY
2. ...

65661b37b0fa1b3f0bb24b8f12e634aa8775732b authored almost 9 years ago
fix(docs): update the propType for placeholder

Updated the propType of placeholder to show that it does support both a `string` or a `node` value.

a6c5fef6732f903e3e1802ef5b8405e221679d7e authored almost 9 years ago
Merge pull request #834 from RealHQ/master

Update required when Select gets new props

89bb9c00aee2bc73bd4d07afba177b7a730a81bd authored almost 9 years ago
Update required when Select gets new props

46ca406244704bba5e1e4adf63bc38dda1fb8fc8 authored almost 9 years ago
Merge pull request #830 from wmadden/753-disable-autosize

Use a normal input if `autosize` prop is false

9be79198752972f812791dcce9a7ed28a8a24447 authored almost 9 years ago
Use a normal input if `autosize` prop is false

4e8206eba5d8d83ba2b570e8370bc7709edaa4dc authored almost 9 years ago
React 15.x range should be specified with ^

5115b98a4ec52e74e2837a7c5542b7e76d92e7b7 authored almost 9 years ago
Updating docs with new behaviour and prop

b2db0099a5cf7e0e8ed72e22e81c7648af93dc6f authored almost 9 years ago
Adding new joinValues prop for backwards-compatibility

mentioned in #790

a1270aa096c8a187326b0ae9fd2a27e557b1309d authored almost 9 years ago
Updating build for release

8274cfdb478b8b9f728a7ebd59153954635fa0fc authored almost 9 years ago
v1.0.0-beta11

dd9642bf69bf9318143213474dbb9e7cb4003e81 authored almost 9 years ago
Updating changelog

074300c12f11b35843eb8d7003beac631b9bd7d6 authored almost 9 years ago
Updating react-input-autosize for React 15.x

68541db686daac689f48e86aec1edd606f014845 authored almost 9 years ago
React 15.x dependency, closes #823

a0227a0a60108a53469c767ab1bde92157dc5114 authored almost 9 years ago
Add option to allow tab not to be considered a select action

3ec7527ba3bec80b88ca8fa1575f858eefe4a0aa authored almost 9 years ago
Merge pull request #801 from radarhere/patch-1

Fixed typos

de462f58114da360caa5dfd31483c8497e4508a6 authored almost 9 years ago
Fixed typo

7d746391d50cd59a0ea0d92b0812473f4730b980 authored almost 9 years ago
Add more tests.

Fix key using index vas an argument which is always a bug detected by the added tests. ;-)

d18272c7d35e082fe435eb92c6fe49c0b0f4b7de authored almost 9 years ago
Test hidden values for multi option.

6d473b3ef7288fbc181d513c54a5c461e9eb23ac authored almost 9 years ago
Fixing linter issue (wrap-multiline-jsx)

ae8687e13f39163d695c972e9b59fdbdd8627636 authored almost 9 years ago
Merge pull request #790 from james4388/patch-1

Update hidden input for default html form behavior

b93a6fceaec60c2304c83c34e142d14aaa5ddf7c authored almost 9 years ago
Update hidden input for default html form behavior

When submit form with multiple select, It will be submit as an array of field, not a single valu...

523cb06dce793a94e739192aee5e8dc93bb03933 authored almost 9 years ago
Merge pull request #787 from ruiaraujo/patch-1

Fix typo in HISTORY.md

09ab8495442013f6e85c7cf2215a61ffdb6b2052 authored almost 9 years ago
Fix typo in HISTORY.md

1c2183733abfeb5daf3e77a5d1556577e240bbc4 authored almost 9 years ago
v1.0.0-beta10

979fb0754b93fef88ca5f2642e2dc8a4508099b0 authored almost 9 years ago
Updating changelog

c348f75b9347f9d05dc9b945c1da91b755570fde authored almost 9 years ago
Updating build

7cf7b9eef63b5f206deb17f9c5b8d316ce52ae10 authored almost 9 years ago
Merge pull request #777 from jbrudvik/patch-1

Fix typo in README.md: blures -> blurs

79ca1449144e5cae7588659cbc55eb63f8d889e6 authored almost 9 years ago
Merge pull request #776 from fhelwanger/patch-1

Update HISTORY.md

e530642fbc2bbc968c2924af578c820e3b5c3753 authored almost 9 years ago
Fix typo in README.md: blures -> blurs

5e95024dbe654073892aff765086b703815976c3 authored almost 9 years ago
Update HISTORY.md

Fix last release year

798e594c2b95f0585262706134081f5ed4b06930 authored almost 9 years ago
Merge pull request #770 from schnerd/patch-1

Fix typo in Contributing.md

5cdfaed6f7a94aa7be826bb6b7d55c2bb0ccaf95 authored almost 9 years ago
Fix typo in Contributing.md

2f83f6b907541e62e5aec91539642e5d78b70719 authored almost 9 years ago
v1.0.0-beta9

287c5df927b1169c1edd80e8e353aa63e511c340 authored almost 9 years ago
Updating build

e25e3a93cd72c3f18dba93272edca41b3b9c1891 authored almost 9 years ago
Updating changelog

db38cab030027a4c872adcaa8d51e3e953805487 authored almost 9 years ago
Merge pull request #718 from rdsubhas/patch-1

Enter selects focus, Tab selects and retains focus

07464fe87f1f36139a77e1d781809b266bf25620 authored almost 9 years ago
Fixing eslint error (out of order propTypes)

f772d705c2103e54b0f23403c53b6ce4e6b144aa authored almost 9 years ago
Merge branch 'pr/729'

d670a4635ba9e7dabc25cc23ebde2c8aac4bf2f2 authored almost 9 years ago
Merge branch 'master' into pr/729

# Conflicts:
# src/Select.js

5e5aff9296cd2090cfab5317611cabb72b1c2b0f authored almost 9 years ago
Merge pull request #749 from Paveltarno/upstream

Added a mobile touch event handlers

c65102c0fa0ac419732493c1bbbe5da177a815e6 authored almost 9 years ago
Merge pull request #724 from jooj123/feature/show-selected-item

Make sure the selected option is immediately visible when the menu is open

bf1eeb594eb9215b814344f348b260864cf8b02f authored almost 9 years ago
Merge pull request #764 from MrLeebo/scrollbars-and-modals

Adds missing handleMouseDownOnMenu function and fixes #648

1b830e04af1eaec49a47a76554c8c8743ddfc633 authored almost 9 years ago
Merge pull request #621 from MrLeebo/patch-1

Pressing Enter on open Select should stop propagation

5a2f5422d165659fae0fdb5170f51fc243a3ebd6 authored almost 9 years ago
Make sure the selected option is visible when the menu is open

ddbc9817ccae9bf63c6d7bcd07a065557a0f1ca0 authored almost 9 years ago
Adds missing handleMouseDownOnMenu function and fixes #648

6e4d396eb1c37f9fef579555e1a3b81e81353d7d authored almost 9 years ago
Merge pull request #760 from DullReferenceException/open-state-events

Open state events

272b0399962d9f9612a81101e5e795648446f885 authored almost 9 years ago
Boo, tabs...

91569ddc541de1789baf4069e86737b4a3e218aa authored almost 9 years ago
Added notes to `README.md`

4e0196c441ecde689d93c468d5a32c87366342e7 authored almost 9 years ago
Open state events

Added the ability to have an `onOpen` and/or `onClose` event handler when the open state of the ...

f8b5a50c896ab7511f7dc43ac26843e044f1c181 authored almost 9 years ago
Updated test coverage for openAfterFocus

41cae9ef52a96e542adeba6937b9c850d3c9f7c6 authored almost 9 years ago
Add prop to allow expand on focus behavior

Adds boolean prop called openAfterFocus which, if true, will open the select component's dropdown...

5fe60d6dd7f345e096afc2bb2ba4d4f8eb22be85 authored almost 9 years ago
Added a mobile touch event handlers

522755623dd50ebd1c57170f0b79071a6c540ba3 authored almost 9 years ago
Merge pull request #735 from Paveltarno/upstream

Add touch & drag behaviour

e8e8c7ab718cb4902e93fbce7cd4a75a6b98944f authored about 9 years ago
Added support for touch and drag events. Options menu wont appear on mobile devices when the user touches and then dragges the view

17ec47e00d04bfd5b549d202c13bca5e1f5a4f55 authored about 9 years ago
Updating build

a185916ecfe143d5d3891f69b6fe29c60a66aa7b authored about 9 years ago
Fixing isFocused check in Option component, closes #722

3b9ab3b4c6cf0f358c7e054b358154d920d250b5 authored about 9 years ago
Adding missing prototype declarations

151cd15718ef4c3c027d10ca240fd8b861d093fe authored about 9 years ago