Skip to content

Conversation

@rohmanhm
Copy link
Contributor

Before this change, console log in browser will throw

Selected: [object Object]

After this change console log in browser will throw some nice information.

Selected: {"value":"three","label":"Three"}

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

After this change console log in browser will throw some nice information.
> Selected: {"value":"three","label":"Three"}
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.97% when pulling cb647f6 on rohmanhm:patch-1 into ce81389 on JedWatson:master.

@agirton agirton merged commit 2616930 into JedWatson:master Jun 26, 2017
@agirton
Copy link
Collaborator

agirton commented Jun 26, 2017

Thanks @rohmanhm!

@rohmanhm rohmanhm deleted the patch-1 branch June 26, 2017 11:40
ryanabooth pushed a commit to entelo/react-select that referenced this pull request Jun 29, 2017
…ate_and_add_creatable_options

* commit '26169305a721ec3099a912cea2f6ed38e6dc9c4c': (36 commits)
  Fix Usage Docs Example (JedWatson#1799)
  Hide create option after closing menu (JedWatson#1306)
  Update README.md to include 'valueComponent' prop (JedWatson#1803)
  Adding merged changes to changelog
  Fix backspace handling for non-multi select controls. Fixes JedWatson#638 (JedWatson#773)
  Update Select.js
  [ADD] Clarified the onInputChange prop signature in the docs (JedWatson#1773)
  [FIX] JedWatson#1651 moved option prop sync to componentWillReceiveProps (JedWatson#1765)
  v1.0.0-rc.5
  Updating build
  Update changelog
  Fix selected option focus when valueKey is not "value" (JedWatson#1733)
  Fix aria owns value (JedWatson#1556)
  Fix JedWatson#1394 (JedWatson#1395)
  v1.0.0-rc.4
  Bumping create-react-class and prop-types
  Update react-input-autosize dep
  added variables for shadow styles
  Move over examples to use new pkgs
  Migrate rest of src overto createClass pkg
  ...

# Conflicts:
#	dist/react-select.js
#	dist/react-select.min.js
#	examples/dist/bundle.js
#	examples/dist/standalone.js
#	lib/Async.js
#	lib/Value.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants