We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d568ef1 commit a9bc179Copy full SHA for a9bc179
demo/src/components/App/components/Example12/Example12.js
@@ -129,6 +129,8 @@ function renderItem(item) {
129
class Example extends Component {
130
static propTypes = {
131
value: PropTypes.string.isRequired,
132
+ highlightedSectionIndex: PropTypes.number,
133
+ highlightedItemIndex: PropTypes.number,
134
onChange: PropTypes.func.isRequired,
135
onKeyDown: PropTypes.func.isRequired
136
};
0 commit comments