Update to latest upstream master#25
Merged
TrevorBurnham merged 56 commits intomasterfrom Jun 22, 2016
Merged
Conversation
Update from upstream
Remove unnecessary onUnfocus
Support for react components in searchPromptText
The problem where the border isn't showing when the element is inside a table was only added to the SCSS version (JedWatson/react-select@4b8d12832b3f5c6c9d3ca8 bd003a8c0cb8fd8aea). Adding it to the LESS version.
…arch did not match any previous results
Fix a focus bug on iOS
Async options with Promises - Promise object bug
Fix searchingText bug
Fix MIT License
Make input act mmore natively
Adding the fix for missing border inside table to LESS
Fix missing border of multi-select values on IE8
Update README to mention react-virtualized-select
Clarify behavior in NumericSelect example
…ect. Resolves #953.
update `lib/select.js` with `src/select.js` code. otherwise, using react-select as node module package give an error on the targeted line. Thank you
Adds unit (px) to minWidth attribute
Update Select.js
This adds support for aria. Some minor changes to the markup have been made in order to get a better experience with a screen reader. This should be regarded as a first step, and there will almost certainly be more things we can do to improve this further, and fixes for other screenreaders etc.
Add support for assistive technologies
Fixed React error if onChange callback causes a root component to unm…
Returns the input string if thenPromise returned an actual promise.
Returns promise resolving to input if thenPromise returns something defined, otherwise returns just the input.
Update README with autofocus prop
Promise bug 984
…spaceRemoves option is false
just to say that this function receives the option like onChange for example .
Update the Readme.md
Close opened menu if disabled becomes true
Prevent getFocusableOptionIndex from returning a disabled option.
Adding Home, End, Page Up/Down support. #1001
Don't render backspaceToRemoveMessage if backspaceRemoves is set to false
…closing Select when the user clicks on IE11 scrollbar
Loosened the test for :activeElement in handleInputBlur() to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been waiting for the v1.0.0-beta14 release, but per #24, it's been over than a month since a major bugfix went on the react-select master and there's still no word on a release. So I'm merging the latest master now and bumping the version to v1.0.0-beta13.patch1 to get the fix out for react-select-plus users.