reactjs / react-autocomplete

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

Added setIgnoreBlur(false) to Enter-event #303

Closed Fralleee closed 6 years ago

Fralleee commented 6 years ago

This should fix issue #304

CMTegner commented 6 years ago

Holy edge-case, Batman! Good catch Roland! I took your fix and adjusted it a bit, since the bug is also present in the branch above (the menu may be hoverable even though it has no items).

Thanks!