Skip to content

Commit

Permalink
proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Aug 15, 2017
1 parent 0ed6fff commit 1be3ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/input/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TextInput.propTypes = {
fetchValue: PropTypes.func,
writeValue: PropTypes.func,
type: PropTypes.string,
convert: PropTypes.object,
convert: PropTypes.oneOfType([PropTypes.func,PropTypes.object])
};

TextInput.defaultProps = {
Expand Down

0 comments on commit 1be3ab8

Please sign in to comment.