Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a ColorWidget #168

Merged
merged 1 commit into from
Apr 25, 2016
Merged

Add a ColorWidget #168

merged 1 commit into from
Apr 25, 2016

Conversation

magopian
Copy link
Contributor

@magopian magopian commented Apr 25, 2016

Fixes #165

On Firefox:
screen shot 2016-04-25 at 16 26 01

On Chrome:
screen shot 2016-04-25 at 16 26 39

placeholder: PropTypes.string,
value: PropTypes.oneOfType([
React.PropTypes.string,
React.PropTypes.number,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this ever be a number?

@n1k0
Copy link
Collaborator

n1k0 commented Apr 25, 2016

LGTM, r+wc

@n1k0
Copy link
Collaborator

n1k0 commented Apr 25, 2016

r+

@magopian magopian force-pushed the 165-add-a-ColorWidget branch 2 times, most recently from 788f634 to f244f1d Compare April 25, 2016 15:35
id: PropTypes.string.isRequired,
value: PropTypes.oneOfType([
React.PropTypes.string
]),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oneOfType is not needed anymore and could be removed.

@n1k0 n1k0 merged commit 18c619e into master Apr 25, 2016
@n1k0 n1k0 deleted the 165-add-a-ColorWidget branch April 25, 2016 19:39
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