fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 230 forks source link

Change prop name in README from selectedIndex to selectionIndex #121

Closed csk157 closed 9 years ago

csk157 commented 9 years ago

It turns out that the actual prop passed into the custom list component is not selectedIndex, but selectionIndex

See the default one: https://github.com/fmoo/react-typeahead/blob/master/src/typeahead/selector.js#L18

fmoo commented 9 years ago

Wow, not sure how I missed this... Thanks!