reactjs / react-autocomplete

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

Fix ArrowUp to properly skip over unselectable items #315

Closed rssteffey closed 6 years ago

rssteffey commented 6 years ago

Arrow up is broken in 1.8 and won't iterate past unselectable items (category headers in the custom states example). This fixes it.

CMTegner commented 6 years ago

Oh snap, this was most definitely my bad! Thanks for taking care of this Shawn!

CMTegner commented 6 years ago

Released in 1.8.1.