Skip to content

Commit a9bc179

Browse files
committed
Fix proptypes
1 parent d568ef1 commit a9bc179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/src/components/App/components/Example12/Example12.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ function renderItem(item) {
129129
class Example extends Component {
130130
static propTypes = {
131131
value: PropTypes.string.isRequired,
132+
highlightedSectionIndex: PropTypes.number,
133+
highlightedItemIndex: PropTypes.number,
132134
onChange: PropTypes.func.isRequired,
133135
onKeyDown: PropTypes.func.isRequired
134136
};

0 commit comments

Comments
 (0)