reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

autoHighlight not working unless match is beginning of an item #309

Closed epegzz closed 6 years ago

epegzz commented 6 years ago

Let's say you have the following items: Foo, Bar

If you start typing F then Foo will automatically be highlighted.

But if you instead start typing o then Foo will not be highlighted. Therefore, hitting Enter will not select the first item in the second scenario.

CMTegner commented 6 years ago

Duplicate of #239.