Skip to content

Commit

Permalink
Add color, date propTypes to input (dfee#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDraken authored and couds committed Sep 18, 2018
1 parent c43e4cf commit 22b618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/components/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Input.propTypes = {
...modifiers.propTypes,
className: PropTypes.string,
style: PropTypes.shape({}),
type: PropTypes.oneOf(['text', 'email', 'tel', 'password', 'number', 'search']),
type: PropTypes.oneOf(['text', 'email', 'tel', 'password', 'number', 'search', 'color', 'date']),
size: PropTypes.oneOf(['small', 'medium', 'large']),
color: PropTypes.oneOf(colors),
readOnly: PropTypes.bool,
Expand Down

0 comments on commit 22b618c

Please sign in to comment.