Allow numbers for Input value prop. Fixes #1180

old
Javi Velasco 2017-02-07 15:19:00 +01:00
parent 558040de60
commit ba29686d46
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ const factory = (FontIcon) => {
}),
type: PropTypes.string,
value: PropTypes.oneOfType([
PropTypes.number,
PropTypes.object,
PropTypes.string,
]),