reactjs / react-autocomplete

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

Locked focus if option highlight with mouse and selected with Enter-keypress #304

Open Fralleee opened 6 years ago

Fralleee commented 6 years ago

When highlighting autocomplete-option with mouse and selecting it with Enter. The input refuses to let go of focus.

CMTegner commented 6 years ago

Fix released in 1.7.3. Thanks!