This commit is contained in:
Anna Bodnia
2017-05-04 17:18:47 +03:00
parent 4f0cf53401
commit 7e1eb4e9a7
9 changed files with 75 additions and 61 deletions

View File

@@ -127,7 +127,7 @@ export const Input = (props) => <input {...props} />
export class Select extends React.Component {
static propTypes = {
allowedValues: PropTypes.object,
allowedValues: PropTypes.array,
value: PropTypes.any,
onChange: PropTypes.func,
multiple: PropTypes.bool,