Update to JedWatson/react-select v1.0.0-beta14#33
Merged
TrevorBurnham merged 30 commits intomasterfrom Jul 22, 2016
Merged
Conversation
Clarify that allowCreate is not implemented in 1.0.0-beta
Update Readme for clarity on 1.0.0-beta
…input like element
fixes issue with an outline appearing on the auto sized input
… certain circumstances
…input like element (LESS code)
fixes issue with an outline apear on the auto sized input
Weird spacing fix
Stop propagation in pressing escape key
update required prop based on nextProps on update. closes #1077
By removing the `inputClassName` from the props we pass to the div we get rid of the warning.
Fix the "Unknown prop `inputClassName` on <div> tag" warning
Adjust input clear call
# Conflicts: # src/Select.js
Really, seriously, hopefully the last beta release!
Release v1.0.0-beta14
Fixes #27 See my comment here for the rationale: #17 (comment)
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.
Not too many changes here since our last upstream merge. The only noteworthy item is the react-input-autosize version bump.
One other change on this branch: I've updated the logic for which item the dropdown scrolls to when opened (df3f1a0) in response to the feedback at #17 and #27.