Skip to content

Conversation

@bruderstein
Copy link
Collaborator

This adds support for options with values as numbers.
e.g.
<Select options={ [
{ value: 1, label: 'One' },
{ value: 2, label: 'Two' }
]} />

Closes #327

This adds support for options with values as numbers.
e.g. 
<Select options={ [ 
     { value: 1, label: 'One' },
     { value: 2, label: 'Two' }
]} />

Closes JedWatson#327
@bruderstein bruderstein force-pushed the support-values-as-numbers branch from 37ea81b to f6681bd Compare August 8, 2015 09:44
Improves the logChange() method to basically work like console.log, with variable parameters.
JedWatson added a commit that referenced this pull request Aug 8, 2015
@JedWatson JedWatson merged commit 670cc09 into JedWatson:master Aug 8, 2015
@bruderstein bruderstein deleted the support-values-as-numbers branch August 9, 2015 10:15
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.

2 participants