Change error PropType to node on Input

old
Tucker Connelly 2016-02-23 17:55:27 -05:00
parent ad7abe557d
commit 0227b0d2d0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Input extends React.Component {
children: React.PropTypes.any,
className: React.PropTypes.string,
disabled: React.PropTypes.bool,
error: React.PropTypes.string,
error: React.PropTypes.node,
floating: React.PropTypes.bool,
icon: React.PropTypes.any,
label: React.PropTypes.string,