Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 6851ce5

Browse files
Will Clarkwhichsteveyp
authored andcommitted
Add getItemValue to propTypes (#103)
1 parent 4d3d8c5 commit 6851ce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Autocomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let Autocomplete = React.createClass({
1010
onChange: React.PropTypes.func,
1111
onSelect: React.PropTypes.func,
1212
shouldItemRender: React.PropTypes.func,
13+
getItemValue: React.PropTypes.func.isRequired,
1314
renderItem: React.PropTypes.func.isRequired,
1415
menuStyle: React.PropTypes.object,
1516
inputProps: React.PropTypes.object,

0 commit comments

Comments
 (0)