Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev

* 'dev' of github.com:soyjavi/react-toolbox:
  fix type of theme.required fixing issue #867
old
Javi Velasco 2016-10-22 17:28:16 +02:00
commit 516801c757
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const factory = (Input) => {
errored: PropTypes.string,
field: PropTypes.string,
label: PropTypes.string,
required: PropTypes.bool,
required: PropTypes.string,
selected: PropTypes.string,
templateValue: PropTypes.string,
up: PropTypes.string,