fix type of theme.required fixing issue #867

old
Ferenc Radius 2016-10-14 09:58:13 +02:00
parent e0f75b362b
commit be81e4d4ea
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,