Skip to content

Commit

Permalink
Fix proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Aug 20, 2017
1 parent d568ef1 commit a9bc179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/src/components/App/components/Example12/Example12.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ function renderItem(item) {
class Example extends Component {
static propTypes = {
value: PropTypes.string.isRequired,
highlightedSectionIndex: PropTypes.number,
highlightedItemIndex: PropTypes.number,
onChange: PropTypes.func.isRequired,
onKeyDown: PropTypes.func.isRequired
};
Expand Down

0 comments on commit a9bc179

Please sign in to comment.